#BDECDD

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

Shades of Water Leaf #BDECDD

Tints of Water Leaf #BDECDD

Color information

#BDECDD (or 0xBDECDD) is unknown color: approx Water Leaf. HEX triplet: BD, EC and DD. RGB value is (189,236,221). Sum of RGB (Red+Green+Blue) = 189+236+221=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECDD is #421322. Grayscale: #DCDCDC. Windows color (decimal): -4330275 or 14544061. OLE color: 14544061.

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

Color convert

RGB189236221-
CMYK0.2000.060.07
HSL160.85º55.29%83.33%-
HSV(B)160.85º19.92%92.55%-
XYZ64.0376.0379.71-
YUV220.24128.43105.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.26%
GREEN value IS 236 (92.58% from 255) = 36.53%
BLUE value IS 221 (86.72% from 255) = 34.21%
R=29.26%
G=36.53%
B=34.21%

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
Decimal1892362210.2000.060.07160.8555.2983.33
HexBDECDD14067a13753
Octal2753543352406724167123
Binary101111011110110011011101101000110111101000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECDD; }

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

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

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

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

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

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

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

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