#BCEDDC

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

Shades of Water Leaf #BCEDDC

Tints of Water Leaf #BCEDDC

Color information

#BCEDDC (or 0xBCEDDC) is unknown color: approx Water Leaf. HEX triplet: BC, ED and DC. RGB value is (188,237,220). Sum of RGB (Red+Green+Blue) = 188+237+220=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDDC is #431223. Grayscale: #DCDCDC. Windows color (decimal): -4395556 or 14478780. OLE color: 14478780.

HSL color Cylindrical-coordinate representation of color #BCEDDC: hue angle of 159.18º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDDC is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB188237220-
CMYK0.2100.070.07
HSL159.18º57.65%83.33%-
HSV(B)159.18º20.68%92.94%-
XYZ63.9476.4379.09-
YUV220.41127.77104.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.15%
GREEN value IS 237 (92.97% from 255) = 36.74%
BLUE value IS 220 (86.33% from 255) = 34.11%
R=29.15%
G=36.74%
B=34.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882372200.2100.070.07159.1857.6583.33
HexBCEDDC150779f3a53
Octal2743553342507723772123
Binary101111001110110111011100101010111111100111111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDDC; }

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

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

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

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

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

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

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

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