#BDE7DB

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

Shades of Water Leaf #BDE7DB

Tints of Water Leaf #BDE7DB

Color information

#BDE7DB (or 0xBDE7DB) is unknown color: approx Water Leaf. HEX triplet: BD, E7 and DB. RGB value is (189,231,219). Sum of RGB (Red+Green+Blue) = 189+231+219=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 231 (90.62% from 255 or 36.15% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7DB is #421824. Grayscale: #D9D9D9. Windows color (decimal): -4331557 or 14411709. OLE color: 14411709.

HSL color Cylindrical-coordinate representation of color #BDE7DB: hue angle of 162.86º 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 #BDE7DB is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB189231219-
CMYK0.1800.050.09
HSL162.86º46.67%82.35%-
HSV(B)162.86º18.18%90.59%-
XYZ62.3573.0977.84-
YUV217.07129.09107.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.58%
GREEN value IS 231 (90.62% from 255) = 36.15%
BLUE value IS 219 (85.94% from 255) = 34.27%
R=29.58%
G=36.15%
B=34.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1892312190.1800.050.09162.8646.6782.35
HexBDE7DB12059a32f52
Octal27534733322051124357122
Binary1011110111100111110110111001001011001101000111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7DB; }

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

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

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

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

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

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

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

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