#BCE7DD

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

Shades of Water Leaf #BCE7DD

Tints of Water Leaf #BCE7DD

Color information

#BCE7DD (or 0xBCE7DD) is unknown color: approx Water Leaf. HEX triplet: BC, E7 and DD. RGB value is (188,231,221). Sum of RGB (Red+Green+Blue) = 188+231+221=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7DD is #431822. Grayscale: #D9D9D9. Windows color (decimal): -4397091 or 14542780. OLE color: 14542780.

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

Color convert

RGB188231221-
CMYK0.1900.040.09
HSL166.05º47.25%82.16%-
HSV(B)166.05º18.61%90.59%-
XYZ62.3773.0679.22-
YUV217130.25107.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.38%
GREEN value IS 231 (90.62% from 255) = 36.09%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=29.38%
G=36.09%
B=34.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882312210.1900.040.09166.0547.2582.16
HexBCE7DD13049a62f52
Octal27434733523041124657122
Binary1011110011100111110111011001101001001101001101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE7DD; }

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

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

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

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

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

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

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

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