#BDECE0

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

Shades of Water Leaf #BDECE0

Tints of Water Leaf #BDECE0

Color information

#BDECE0 (or 0xBDECE0) is unknown color: approx Water Leaf. HEX triplet: BD, EC and E0. RGB value is (189,236,224). Sum of RGB (Red+Green+Blue) = 189+236+224=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECE0 is #42131F. Grayscale: #DCDCDC. Windows color (decimal): -4330272 or 14740669. OLE color: 14740669.

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

Color convert

RGB189236224-
CMYK0.2000.050.07
HSL164.68º55.29%83.33%-
HSV(B)164.68º19.92%92.55%-
XYZ64.4476.1981.83-
YUV220.58129.93105.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.12%
GREEN value IS 236 (92.58% from 255) = 36.36%
BLUE value IS 224 (87.89% from 255) = 34.51%
R=29.12%
G=36.36%
B=34.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892362240.2000.050.07164.6855.2983.33
HexBDECE014057a53753
Octal2753543402405724567123
Binary101111011110110011100000101000101111101001011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECE0; }

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

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

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

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

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

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

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

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