#BDE7DA

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

Shades of Water Leaf #BDE7DA

Tints of Water Leaf #BDE7DA

Color information

#BDE7DA (or 0xBDE7DA) is unknown color: approx Water Leaf. HEX triplet: BD, E7 and DA. RGB value is (189,231,218). Sum of RGB (Red+Green+Blue) = 189+231+218=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 231 (90.62% from 255 or 36.21% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7DA is #421825. Grayscale: #D8D8D8. Windows color (decimal): -4331558 or 14346173. OLE color: 14346173.

HSL color Cylindrical-coordinate representation of color #BDE7DA: hue angle of 161.43º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE7DA is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB189231218-
CMYK0.1800.060.09
HSL161.43º46.67%82.35%-
HSV(B)161.43º18.18%90.59%-
XYZ62.2273.0377.15-
YUV216.96128.59108.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.62%
GREEN value IS 231 (90.62% from 255) = 36.21%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=29.62%
G=36.21%
B=34.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892312180.1800.060.09161.4346.6782.35
HexBDE7DA12069a12f52
Octal27534733222061124157122
Binary1011110111100111110110101001001101001101000011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7DA; }

 p { color: rgb(189,231,218); }

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

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

 a { background-color: rgb(189,231,218); }

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

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

 span { border-color: rgb(189,231,218); }

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