#BDECE1

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

Shades of Water Leaf #BDECE1

Tints of Water Leaf #BDECE1

Color information

#BDECE1 (or 0xBDECE1) is unknown color: approx Water Leaf. HEX triplet: BD, EC and E1. RGB value is (189,236,225). Sum of RGB (Red+Green+Blue) = 189+236+225=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECE1 is #42131E. Grayscale: #DCDCDC. Windows color (decimal): -4330271 or 14806205. OLE color: 14806205.

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

Color convert

RGB189236225-
CMYK0.2000.050.07
HSL165.96º55.29%83.33%-
HSV(B)165.96º19.92%92.55%-
XYZ64.5776.2582.55-
YUV220.69130.43105.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.08%
GREEN value IS 236 (92.58% from 255) = 36.31%
BLUE value IS 225 (88.28% from 255) = 34.62%
R=29.08%
G=36.31%
B=34.62%

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
Decimal1892362250.2000.050.07165.9655.2983.33
HexBDECE114057a63753
Octal2753543412405724667123
Binary101111011110110011100001101000101111101001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECE1; }

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

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

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

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

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

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

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

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