#BCE8DA

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

Shades of Water Leaf #BCE8DA

Tints of Water Leaf #BCE8DA

Color information

#BCE8DA (or 0xBCE8DA) is unknown color: approx Water Leaf. HEX triplet: BC, E8 and DA. RGB value is (188,232,218). Sum of RGB (Red+Green+Blue) = 188+232+218=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 232 (91.02% from 255 or 36.36% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE8DA is #431725. Grayscale: #D9D9D9. Windows color (decimal): -4396838 or 14346428. OLE color: 14346428.

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

Color convert

RGB188232218-
CMYK0.1900.060.09
HSL160.91º48.89%82.35%-
HSV(B)160.91º18.97%90.98%-
XYZ62.2573.4777.23-
YUV217.25128.42107.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.47%
GREEN value IS 232 (91.02% from 255) = 36.36%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=29.47%
G=36.36%
B=34.17%

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
Decimal1882322180.1900.060.09160.9148.8982.35
HexBCE8DA13069a13152
Octal27435033223061124161122
Binary1011110011101000110110101001101101001101000011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE8DA; }

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

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

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

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

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

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

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

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