#BDE7D9

Color #BDE7D9 Mint Tulip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Tulip #BDE7D9

Tints of Mint Tulip #BDE7D9

Color information

#BDE7D9 (or 0xBDE7D9) is unknown color: approx Mint Tulip. HEX triplet: BD, E7 and D9. RGB value is (189,231,217). Sum of RGB (Red+Green+Blue) = 189+231+217=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7D9 is #421826. Grayscale: #D8D8D8. Windows color (decimal): -4331559 or 14280637. OLE color: 14280637.

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

Color convert

RGB189231217-
CMYK0.1800.060.09
HSL160º46.67%82.35%-
HSV(B)160º18.18%90.59%-
XYZ62.0972.9876.46-
YUV216.85128.09108.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.67%
GREEN value IS 231 (90.62% from 255) = 36.26%
BLUE value IS 217 (85.16% from 255) = 34.07%
R=29.67%
G=36.26%
B=34.07%

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
Decimal1892312170.1800.060.0916046.6782.35
HexBDE7D912069a02f52
Octal27534733122061124057122
Binary1011110111100111110110011001001101001101000001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE7D9; }

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

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

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

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

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

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

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

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