#BDECE5

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

Shades of Water Leaf #BDECE5

Tints of Water Leaf #BDECE5

Color information

#BDECE5 (or 0xBDECE5) is unknown color: approx Water Leaf. HEX triplet: BD, EC and E5. RGB value is (189,236,229). Sum of RGB (Red+Green+Blue) = 189+236+229=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECE5 is #42131A. Grayscale: #DDDDDD. Windows color (decimal): -4330267 or 15068349. OLE color: 15068349.

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

Color convert

RGB189236229-
CMYK0.2000.030.07
HSL171.06º55.29%83.33%-
HSV(B)171.06º19.92%92.55%-
XYZ65.1276.4785.46-
YUV221.15132.43105.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.90%
GREEN value IS 236 (92.58% from 255) = 36.09%
BLUE value IS 229 (89.84% from 255) = 35.02%
R=28.90%
G=36.09%
B=35.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892362290.2000.030.07171.0655.2983.33
HexBDECE514037ab3753
Octal2753543452403725367123
Binary10111101111011001110010110100011111101010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDECE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDECE5; }

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

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

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

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

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

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

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

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