#BDE3DD

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

Shades of Water Leaf #BDE3DD

Tints of Water Leaf #BDE3DD

Color information

#BDE3DD (or 0xBDE3DD) is unknown color: approx Water Leaf. HEX triplet: BD, E3 and DD. RGB value is (189,227,221). Sum of RGB (Red+Green+Blue) = 189+227+221=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 227 (89.06% from 255 or 35.64% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3DD is #421C22. Grayscale: #D6D6D6. Windows color (decimal): -4332579 or 14541757. OLE color: 14541757.

HSL color Cylindrical-coordinate representation of color #BDE3DD: hue angle of 170.53º degrees, saturation: 0.4, 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 #BDE3DD is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB189227221-
CMYK0.1700.030.11
HSL170.53º40.43%81.57%-
HSV(B)170.53º16.74%89.02%-
XYZ61.5170.9878.86-
YUV214.95131.41109.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.67%
GREEN value IS 227 (89.06% from 255) = 35.64%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=29.67%
G=35.64%
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.11
SystemRedGreenBlueCMYKHSL
Decimal1892272210.1700.030.11170.5340.4381.57
HexBDE3DD1103Bab2852
Octal27534333521031325350122
Binary101111011110001111011101100010111011101010111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE3DD; }

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

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

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

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

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

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

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

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