#BDF1DD

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

Shades of Mint Tulip #BDF1DD

Tints of Mint Tulip #BDF1DD

Color information

#BDF1DD (or 0xBDF1DD) is unknown color: approx Mint Tulip. HEX triplet: BD, F1 and DD. RGB value is (189,241,221). Sum of RGB (Red+Green+Blue) = 189+241+221=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1DD is #420E22. Grayscale: #DFDFDF. Windows color (decimal): -4328995 or 14545341. OLE color: 14545341.

HSL color Cylindrical-coordinate representation of color #BDF1DD: hue angle of 156.92º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1DD is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB189241221-
CMYK0.2200.080.05
HSL156.92º65%84.31%-
HSV(B)156.92º21.58%94.51%-
XYZ65.4978.9580.19-
YUV223.17126.77103.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.03%
GREEN value IS 241 (94.53% from 255) = 37.02%
BLUE value IS 221 (86.72% from 255) = 33.95%
R=29.03%
G=37.02%
B=33.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892412210.2200.080.05156.926584.31
HexBDF1DD160859d4154
Octal275361335260105235101124
Binary10111101111100011101110110110010001011001110110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1DD; }

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

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

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

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

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

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

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

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