#BCECDD

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

Shades of Water Leaf #BCECDD

Tints of Water Leaf #BCECDD

Color information

#BCECDD (or 0xBCECDD) is unknown color: approx Water Leaf. HEX triplet: BC, EC and DD. RGB value is (188,236,221). Sum of RGB (Red+Green+Blue) = 188+236+221=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECDD is #431322. Grayscale: #DBDBDB. Windows color (decimal): -4395811 or 14544060. OLE color: 14544060.

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

Color convert

RGB188236221-
CMYK0.2000.060.07
HSL161.25º55.81%83.14%-
HSV(B)161.25º20.34%92.55%-
XYZ63.7975.979.7-
YUV219.94128.6105.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.15%
GREEN value IS 236 (92.58% from 255) = 36.59%
BLUE value IS 221 (86.72% from 255) = 34.26%
R=29.15%
G=36.59%
B=34.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882362210.2000.060.07161.2555.8183.14
HexBCECDD14067a13853
Octal2743543352406724170123
Binary101111001110110011011101101000110111101000011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECDD; }

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

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

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

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

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

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

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

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