Shades of Perfume #BC9DFF
Tints of Perfume #BC9DFF
RGB
CMYK
RGB Variations
Color information
#BC9DFF (or 0xBC9DFF) is known color: Perfume. HEX triplet: BC, 9D and FF. RGB value is (188,157,255). Sum of RGB (Red+Green+Blue) = 188+157+255=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9DFF is #436200. Grayscale: #B1B1B1. Windows color (decimal): -4416001 or 16752060. OLE color: 16752060.
HSL color Cylindrical-coordinate representation of color #BC9DFF: hue angle of 258.98º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC9DFF is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 157 | 255 | - |
| CMYK | 0.26 | 0.38 | 0 | 0 |
| HSL | 258.98º | 1% | 0.81% | - |
| HSV(B) | 258.98º | 0.38% | 1% | - |
| XYZ | 50.85 | 42.03 | 100.04 | - |
| YUV | 177.44 | 171.77 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 157 | 255 | 0.26 | 0.38 | 0 | 0 | 258.98 | 1 | 0.81 |
| Hex | BC | 9D | FF | 1A | 26 | 0 | 0 | 103 | 64 | 51 |
| Octal | 274 | 235 | 377 | 32 | 46 | 0 | 0 | 403 | 144 | 121 |
| Binary | 10111100 | 10011101 | 11111111 | 11010 | 100110 | 0 | 0 | 100000011 | 1100100 | 1010001 |
Color Harmonies of #BC9DFF
Complementary color
Monochromatic Colors of #BC9DFF
Black with #BC9DFF
Text Example
Text Example
White with #BC9DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9DFF; }
p { color: rgb(188,157,255); }
H1.HeaderClassName
{
color: #BC9DFF;
}
.AnyTagClassName
{
color: #BC9DFF;
}
</style>
background-color css
<style>
a { background-color: #BC9DFF; }
a { background-color: rgb(188,157,255); }
div.DivClassName
{
background-color: #BC9DFF;
}
.BgClassName
{
background-color: #BC9DFF;
}
</style>
border-color css
<style>
span { border-color: #BC9DFF; }
span { border-color: rgb(188,157,255); }
td.TdClassName
{
border-color: #BC9DFF;
}
.TagClassName
{
border-color: #BC9DFF;
}
</style>