#BCEADF

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

Shades of Water Leaf #BCEADF

Tints of Water Leaf #BCEADF

Color information

#BCEADF (or 0xBCEADF) is unknown color: approx Water Leaf. HEX triplet: BC, EA and DF. RGB value is (188,234,223). Sum of RGB (Red+Green+Blue) = 188+234+223=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEADF is #431520. Grayscale: #DADADA. Windows color (decimal): -4396321 or 14674620. OLE color: 14674620.

HSL color Cylindrical-coordinate representation of color #BCEADF: hue angle of 165.65º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEADF is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB188234223-
CMYK0.2000.050.08
HSL165.65º52.27%82.75%-
HSV(B)165.65º19.66%91.76%-
XYZ63.4874.8680.92-
YUV218.99130.26105.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.15%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 223 (87.5% from 255) = 34.57%
R=29.15%
G=36.28%
B=34.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882342230.2000.050.08165.6552.2782.75
HexBCEADF14058a63453
Octal27435233724051024664123
Binary1011110011101010110111111010001011000101001101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEADF; }

 p { color: rgb(188,234,223); }

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

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

 a { background-color: rgb(188,234,223); }

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

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

 span { border-color: rgb(188,234,223); }

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