#BDE5DE

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

Shades of Water Leaf #BDE5DE

Tints of Water Leaf #BDE5DE

Color information

#BDE5DE (or 0xBDE5DE) is unknown color: approx Water Leaf. HEX triplet: BD, E5 and DE. RGB value is (189,229,222). Sum of RGB (Red+Green+Blue) = 189+229+222=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE5DE is #421A21. Grayscale: #D8D8D8. Windows color (decimal): -4332066 or 14607805. OLE color: 14607805.

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

Color convert

RGB189229222-
CMYK0.1700.030.10
HSL169.5º43.48%81.96%-
HSV(B)169.5º17.47%89.8%-
XYZ62.1972.1379.75-
YUV216.24131.25108.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.53%
GREEN value IS 229 (89.84% from 255) = 35.78%
BLUE value IS 222 (87.11% from 255) = 34.69%
R=29.53%
G=35.78%
B=34.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892292220.1700.030.10169.543.4881.96
HexBDE5DE1103Aaa2b52
Octal27534533621031225253122
Binary101111011110010111011110100010111010101010101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE5DE; }

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

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

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

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

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

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

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

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