#BCE8DD

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

Shades of Water Leaf #BCE8DD

Tints of Water Leaf #BCE8DD

Color information

#BCE8DD (or 0xBCE8DD) is unknown color: approx Water Leaf. HEX triplet: BC, E8 and DD. RGB value is (188,232,221). Sum of RGB (Red+Green+Blue) = 188+232+221=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8DD is #431722. Grayscale: #D9D9D9. Windows color (decimal): -4396835 or 14543036. OLE color: 14543036.

HSL color Cylindrical-coordinate representation of color #BCE8DD: hue angle of 165º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE8DD is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB188232221-
CMYK0.1900.050.09
HSL165º48.89%82.35%-
HSV(B)165º18.97%90.98%-
XYZ62.6573.6379.32-
YUV217.59129.92106.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.33%
GREEN value IS 232 (91.02% from 255) = 36.19%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=29.33%
G=36.19%
B=34.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882322210.1900.050.0916548.8982.35
HexBCE8DD13059a53152
Octal27435033523051124561122
Binary1011110011101000110111011001101011001101001011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE8DD; }

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

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

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

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

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

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

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

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