#BCEDDD

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

Shades of Water Leaf #BCEDDD

Tints of Water Leaf #BCEDDD

Color information

#BCEDDD (or 0xBCEDDD) is unknown color: approx Water Leaf. HEX triplet: BC, ED and DD. RGB value is (188,237,221). Sum of RGB (Red+Green+Blue) = 188+237+221=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDDD is #431222. Grayscale: #DCDCDC. Windows color (decimal): -4395555 or 14544316. OLE color: 14544316.

HSL color Cylindrical-coordinate representation of color #BCEDDD: hue angle of 160.41º 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 #BCEDDD is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB188237221-
CMYK0.2100.070.07
HSL160.41º57.65%83.33%-
HSV(B)160.41º20.68%92.94%-
XYZ64.0776.4879.79-
YUV220.52128.27104.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.10%
GREEN value IS 237 (92.97% from 255) = 36.69%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=29.10%
G=36.69%
B=34.21%

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
Decimal1882372210.2100.070.07160.4157.6583.33
HexBCEDDD15077a03a53
Octal2743553352507724072123
Binary101111001110110111011101101010111111101000001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCEDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCEDDD; }

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

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

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

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

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

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

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

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