#BCDD8F

Color #BCDD8F Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BCDD8F

Tints of Sulu #BCDD8F

Color information

#BCDD8F (or 0xBCDD8F) is unknown color: approx Sulu. HEX triplet: BC, DD and 8F. RGB value is (188,221,143). Sum of RGB (Red+Green+Blue) = 188+221+143=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDD8F is #432270. Grayscale: #CACACA. Windows color (decimal): -4399729 or 9428412. OLE color: 9428412.

HSL color Cylindrical-coordinate representation of color #BCDD8F: hue angle of 85.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCDD8F is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB188221143-
CMYK0.1500.350.13
HSL85.38º53.42%71.37%-
HSV(B)85.38º35.29%86.67%-
XYZ51.5564.3935.7-
YUV202.2494.57117.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 34.06%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 143 (56.25% from 255) = 25.91%
R=34.06%
G=40.04%
B=25.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882211430.1500.350.1385.3853.4271.37
HexBCDD8FF023D553547
Octal274335217170431512565107
Binary10111100110111011000111111110100011110110101011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDD8F; }

 p { color: rgb(188,221,143); }

 H1.HeaderClassName
 {
   color: #BCDD8F;
 }
 .AnyTagClassName
 {
   color: #BCDD8F;
 }
</style>
background-color css

<style>
 a { background-color: #BCDD8F; }

 a { background-color: rgb(188,221,143); }

 div.DivClassName
 {
   background-color: #BCDD8F;
 }
 .BgClassName
 {
   background-color: #BCDD8F;
 }
</style>
border-color css

<style>
 span { border-color: #BCDD8F; }

 span { border-color: rgb(188,221,143); }

 td.TdClassName
 {
   border-color: #BCDD8F;
 }
 .TagClassName
 {
   border-color: #BCDD8F;
 }
</style>