#BCF0DD

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

Shades of Water Leaf #BCF0DD

Tints of Water Leaf #BCF0DD

Color information

#BCF0DD (or 0xBCF0DD) is unknown color: approx Water Leaf. HEX triplet: BC, F0 and DD. RGB value is (188,240,221). Sum of RGB (Red+Green+Blue) = 188+240+221=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF0DD is #430F22. Grayscale: #DEDEDE. Windows color (decimal): -4394787 or 14545084. OLE color: 14545084.

HSL color Cylindrical-coordinate representation of color #BCF0DD: hue angle of 158.08º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF0DD is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB188240221-
CMYK0.2200.080.06
HSL158.08º63.41%83.92%-
HSV(B)158.08º21.67%94.12%-
XYZ64.9578.2380.08-
YUV222.29127.27103.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.97%
GREEN value IS 240 (94.14% from 255) = 36.98%
BLUE value IS 221 (86.72% from 255) = 34.05%
R=28.97%
G=36.98%
B=34.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1882402210.2200.080.06158.0863.4183.92
HexBCF0DD160869e3f54
Octal27436033526010623677124
Binary1011110011110000110111011011001000110100111101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF0DD; }

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

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

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

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

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

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

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

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