#BDE4DD

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

Shades of Water Leaf #BDE4DD

Tints of Water Leaf #BDE4DD

Color information

#BDE4DD (or 0xBDE4DD) is unknown color: approx Water Leaf. HEX triplet: BD, E4 and DD. RGB value is (189,228,221). Sum of RGB (Red+Green+Blue) = 189+228+221=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4DD is #421B22. Grayscale: #D7D7D7. Windows color (decimal): -4332323 or 14542013. OLE color: 14542013.

HSL color Cylindrical-coordinate representation of color #BDE4DD: hue angle of 169.23º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE4DD is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB189228221-
CMYK0.1700.030.11
HSL169.23º41.94%81.76%-
HSV(B)169.23º17.11%89.41%-
XYZ61.7871.5378.96-
YUV215.54131.08109.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.62%
GREEN value IS 228 (89.45% from 255) = 35.74%
BLUE value IS 221 (86.72% from 255) = 34.64%
R=29.62%
G=35.74%
B=34.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1892282210.1700.030.11169.2341.9481.76
HexBDE4DD1103Ba92a52
Octal27534433521031325152122
Binary101111011110010011011101100010111011101010011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE4DD; }

 p { color: rgb(189,228,221); }

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

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

 a { background-color: rgb(189,228,221); }

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

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

 span { border-color: rgb(189,228,221); }

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