#BDECDE

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

Shades of Water Leaf #BDECDE

Tints of Water Leaf #BDECDE

Color information

#BDECDE (or 0xBDECDE) is unknown color: approx Water Leaf. HEX triplet: BD, EC and DE. RGB value is (189,236,222). Sum of RGB (Red+Green+Blue) = 189+236+222=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECDE is #421321. Grayscale: #DCDCDC. Windows color (decimal): -4330274 or 14609597. OLE color: 14609597.

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

Color convert

RGB189236222-
CMYK0.2000.060.07
HSL162.13º55.29%83.33%-
HSV(B)162.13º19.92%92.55%-
XYZ64.1776.0880.41-
YUV220.35128.93105.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.21%
GREEN value IS 236 (92.58% from 255) = 36.48%
BLUE value IS 222 (87.11% from 255) = 34.31%
R=29.21%
G=36.48%
B=34.31%

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
Decimal1892362220.2000.060.07162.1355.2983.33
HexBDECDE14067a23753
Octal2753543362406724267123
Binary101111011110110011011110101000110111101000101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECDE; }

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

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

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

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

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

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

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

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