#BCE7DA

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

Shades of Water Leaf #BCE7DA

Tints of Water Leaf #BCE7DA

Color information

#BCE7DA (or 0xBCE7DA) is unknown color: approx Water Leaf. HEX triplet: BC, E7 and DA. RGB value is (188,231,218). Sum of RGB (Red+Green+Blue) = 188+231+218=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7DA is #431825. Grayscale: #D8D8D8. Windows color (decimal): -4397094 or 14346172. OLE color: 14346172.

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

Color convert

RGB188231218-
CMYK0.1900.060.09
HSL161.86º47.25%82.16%-
HSV(B)161.86º18.61%90.59%-
XYZ61.9772.9177.14-
YUV216.66128.75107.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 231 (90.62% from 255) = 36.26%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=29.51%
G=36.26%
B=34.22%

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
Decimal1882312180.1900.060.09161.8647.2582.16
HexBCE7DA13069a22f52
Octal27434733223061124257122
Binary1011110011100111110110101001101101001101000101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE7DA; }

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

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

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

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

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

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

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

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