#BCE8DB

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

Shades of Water Leaf #BCE8DB

Tints of Water Leaf #BCE8DB

Color information

#BCE8DB (or 0xBCE8DB) is unknown color: approx Water Leaf. HEX triplet: BC, E8 and DB. RGB value is (188,232,219). Sum of RGB (Red+Green+Blue) = 188+232+219=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 232 (91.02% from 255 or 36.31% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8DB is #431724. Grayscale: #D9D9D9. Windows color (decimal): -4396837 or 14411964. OLE color: 14411964.

HSL color Cylindrical-coordinate representation of color #BCE8DB: hue angle of 162.27º 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 #BCE8DB is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB188232219-
CMYK0.1900.060.09
HSL162.27º48.89%82.35%-
HSV(B)162.27º18.97%90.98%-
XYZ62.3873.5277.92-
YUV217.36128.92107.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.42%
GREEN value IS 232 (91.02% from 255) = 36.31%
BLUE value IS 219 (85.94% from 255) = 34.27%
R=29.42%
G=36.31%
B=34.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882322190.1900.060.09162.2748.8982.35
HexBCE8DB13069a23152
Octal27435033323061124261122
Binary1011110011101000110110111001101101001101000101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE8DB; }

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

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

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

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

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

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

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

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