#BDEDE5

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

Shades of Water Leaf #BDEDE5

Tints of Water Leaf #BDEDE5

Color information

#BDEDE5 (or 0xBDEDE5) is unknown color: approx Water Leaf. HEX triplet: BD, ED and E5. RGB value is (189,237,229). Sum of RGB (Red+Green+Blue) = 189+237+229=655 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.85% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDE5 is #42121A. Grayscale: #DDDDDD. Windows color (decimal): -4330011 or 15068605. OLE color: 15068605.

HSL color Cylindrical-coordinate representation of color #BDEDE5: hue angle of 170º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDE5 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB189237229-
CMYK0.2000.030.07
HSL170º57.14%83.53%-
HSV(B)170º20.25%92.94%-
XYZ65.4177.0485.55-
YUV221.74132.1104.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.85%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 229 (89.84% from 255) = 34.96%
R=28.85%
G=36.18%
B=34.96%

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
Decimal1892372290.2000.030.0717057.1483.53
HexBDEDE514037aa3954
Octal2753553452403725271124
Binary10111101111011011110010110100011111101010101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEDE5; }

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

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

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

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

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

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

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

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