#BCE4DD

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

Shades of Water Leaf #BCE4DD

Tints of Water Leaf #BCE4DD

Color information

#BCE4DD (or 0xBCE4DD) is unknown color: approx Water Leaf. HEX triplet: BC, E4 and DD. RGB value is (188,228,221). Sum of RGB (Red+Green+Blue) = 188+228+221=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4DD is #431B22. Grayscale: #D7D7D7. Windows color (decimal): -4397859 or 14542012. OLE color: 14542012.

HSL color Cylindrical-coordinate representation of color #BCE4DD: hue angle of 169.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE4DD is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB188228221-
CMYK0.1800.030.11
HSL169.5º42.55%81.57%-
HSV(B)169.5º17.54%89.41%-
XYZ61.5371.478.94-
YUV215.24131.25108.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 228 (89.45% from 255) = 35.79%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=29.51%
G=35.79%
B=34.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882282210.1800.030.11169.542.5581.57
HexBCE4DD1203Baa2b52
Octal27434433522031325253122
Binary101111001110010011011101100100111011101010101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE4DD; }

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

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

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

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

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

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

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

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