#BCEADC

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

Shades of Water Leaf #BCEADC

Tints of Water Leaf #BCEADC

Color information

#BCEADC (or 0xBCEADC) is unknown color: approx Water Leaf. HEX triplet: BC, EA and DC. RGB value is (188,234,220). Sum of RGB (Red+Green+Blue) = 188+234+220=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEADC is #431523. Grayscale: #DADADA. Windows color (decimal): -4396324 or 14478012. OLE color: 14478012.

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

Color convert

RGB188234220-
CMYK0.2000.060.08
HSL161.74º52.27%82.75%-
HSV(B)161.74º19.66%91.76%-
XYZ63.0874.778.8-
YUV218.65128.76106.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.28%
GREEN value IS 234 (91.80% from 255) = 36.45%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=29.28%
G=36.45%
B=34.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882342200.2000.060.08161.7452.2782.75
HexBCEADC14068a23453
Octal27435233424061024264123
Binary1011110011101010110111001010001101000101000101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEADC; }

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

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

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

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

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

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

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

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