#BCE5DE

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

Shades of Water Leaf #BCE5DE

Tints of Water Leaf #BCE5DE

Color information

#BCE5DE (or 0xBCE5DE) is unknown color: approx Water Leaf. HEX triplet: BC, E5 and DE. RGB value is (188,229,222). Sum of RGB (Red+Green+Blue) = 188+229+222=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE5DE is #431A21. Grayscale: #D7D7D7. Windows color (decimal): -4397602 or 14607804. OLE color: 14607804.

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

Color convert

RGB188229222-
CMYK0.1800.030.10
HSL169.76º44.09%81.76%-
HSV(B)169.76º17.9%89.8%-
XYZ61.947279.74-
YUV215.94131.42108.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.42%
GREEN value IS 229 (89.84% from 255) = 35.84%
BLUE value IS 222 (87.11% from 255) = 34.74%
R=29.42%
G=35.84%
B=34.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882292220.1800.030.10169.7644.0981.76
HexBCE5DE1203Aaa2c52
Octal27434533622031225254122
Binary101111001110010111011110100100111010101010101011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE5DE; }

 p { color: rgb(188,229,222); }

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

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

 a { background-color: rgb(188,229,222); }

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

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

 span { border-color: rgb(188,229,222); }

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