#BDECE3

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

Shades of Water Leaf #BDECE3

Tints of Water Leaf #BDECE3

Color information

#BDECE3 (or 0xBDECE3) is unknown color: approx Water Leaf. HEX triplet: BD, EC and E3. RGB value is (189,236,227). Sum of RGB (Red+Green+Blue) = 189+236+227=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECE3 is #42131C. Grayscale: #DCDCDC. Windows color (decimal): -4330269 or 14937277. OLE color: 14937277.

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

Color convert

RGB189236227-
CMYK0.2000.040.07
HSL168.51º55.29%83.33%-
HSV(B)168.51º19.92%92.55%-
XYZ64.8576.3683.99-
YUV220.92131.43105.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 236 (92.58% from 255) = 36.20%
BLUE value IS 227 (89.06% from 255) = 34.82%
R=28.99%
G=36.20%
B=34.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892362270.2000.040.07168.5155.2983.33
HexBDECE314047a93753
Octal2753543432404725167123
Binary101111011110110011100011101000100111101010011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECE3; }

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

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

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

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

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

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

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

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