Shades of Perfume #BC9FDF
Tints of Perfume #BC9FDF
RGB
CMYK
RGB Variations
Color information
#BC9FDF (or 0xBC9FDF) is known color: Perfume. HEX triplet: BC, 9F and DF. RGB value is (188,159,223). Sum of RGB (Red+Green+Blue) = 188+159+223=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC9FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FDF is #436020. Grayscale: #AEAEAE. Windows color (decimal): -4415521 or 14655420. OLE color: 14655420.
HSL color Cylindrical-coordinate representation of color #BC9FDF: hue angle of 267.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC9FDF is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 159 | 223 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.13 |
| HSL | 267.19º | 0.5% | 0.75% | - |
| HSV(B) | 267.19º | 0.29% | 0.87% | - |
| XYZ | 46.46 | 40.82 | 75.24 | - |
| YUV | 174.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 223 | 0.16 | 0.29 | 0 | 0.13 | 267.19 | 0.5 | 0.75 |
| Hex | BC | 9F | DF | 10 | 1D | 0 | D | 10B | 32 | 4B |
| Octal | 274 | 237 | 337 | 20 | 35 | 0 | 15 | 413 | 62 | 113 |
| Binary | 10111100 | 10011111 | 11011111 | 10000 | 11101 | 0 | 1101 | 100001011 | 110010 | 1001011 |
Color Harmonies of #BC9FDF
Complementary color
Monochromatic Colors of #BC9FDF
Black with #BC9FDF
Text Example
Text Example
White with #BC9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9FDF; }
p { color: rgb(188,159,223); }
H1.HeaderClassName
{
color: #BC9FDF;
}
.AnyTagClassName
{
color: #BC9FDF;
}
</style>
background-color css
<style>
a { background-color: #BC9FDF; }
a { background-color: rgb(188,159,223); }
div.DivClassName
{
background-color: #BC9FDF;
}
.BgClassName
{
background-color: #BC9FDF;
}
</style>
border-color css
<style>
span { border-color: #BC9FDF; }
span { border-color: rgb(188,159,223); }
td.TdClassName
{
border-color: #BC9FDF;
}
.TagClassName
{
border-color: #BC9FDF;
}
</style>