#BDF1DC

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

Shades of Mint Tulip #BDF1DC

Tints of Mint Tulip #BDF1DC

Color information

#BDF1DC (or 0xBDF1DC) is unknown color: approx Mint Tulip. HEX triplet: BD, F1 and DC. RGB value is (189,241,220). Sum of RGB (Red+Green+Blue) = 189+241+220=650 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.08% from 650); Green value is 241 (94.53% from 255 or 37.08% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1DC is #420E23. Grayscale: #DFDFDF. Windows color (decimal): -4328996 or 14479805. OLE color: 14479805.

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

Color convert

RGB189241220-
CMYK0.2200.090.05
HSL155.77º65%84.31%-
HSV(B)155.77º21.58%94.51%-
XYZ65.3678.979.49-
YUV223.06126.27103.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.08%
GREEN value IS 241 (94.53% from 255) = 37.08%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=29.08%
G=37.08%
B=33.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892412200.2200.090.05155.776584.31
HexBDF1DC160959c4154
Octal275361334260115234101124
Binary10111101111100011101110010110010011011001110010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1DC; }

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

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

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

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

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

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

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

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