Shades of Perfume #BC9AFF
Tints of Perfume #BC9AFF
RGB
CMYK
RGB Variations
Color information
#BC9AFF (or 0xBC9AFF) is known color: Perfume. HEX triplet: BC, 9A and FF. RGB value is (188,154,255). Sum of RGB (Red+Green+Blue) = 188+154+255=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC9AFF is #436500. Grayscale: #AFAFAF. Windows color (decimal): -4416769 or 16751292. OLE color: 16751292.
HSL color Cylindrical-coordinate representation of color #BC9AFF: hue angle of 260.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC9AFF is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 154 | 255 | - |
| CMYK | 0.26 | 0.40 | 0 | 0 |
| HSL | 260.2º | 1% | 0.8% | - |
| HSV(B) | 260.2º | 0.4% | 1% | - |
| XYZ | 50.34 | 41.02 | 99.87 | - |
| YUV | 175.68 | 172.76 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 154 | 255 | 0.26 | 0.40 | 0 | 0 | 260.2 | 1 | 0.8 |
| Hex | BC | 9A | FF | 1A | 28 | 0 | 0 | 104 | 64 | 50 |
| Octal | 274 | 232 | 377 | 32 | 50 | 0 | 0 | 404 | 144 | 120 |
| Binary | 10111100 | 10011010 | 11111111 | 11010 | 101000 | 0 | 0 | 100000100 | 1100100 | 1010000 |
Color Harmonies of #BC9AFF
Complementary color
Monochromatic Colors of #BC9AFF
Black with #BC9AFF
Text Example
Text Example
White with #BC9AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9AFF; }
p { color: rgb(188,154,255); }
H1.HeaderClassName
{
color: #BC9AFF;
}
.AnyTagClassName
{
color: #BC9AFF;
}
</style>
background-color css
<style>
a { background-color: #BC9AFF; }
a { background-color: rgb(188,154,255); }
div.DivClassName
{
background-color: #BC9AFF;
}
.BgClassName
{
background-color: #BC9AFF;
}
</style>
border-color css
<style>
span { border-color: #BC9AFF; }
span { border-color: rgb(188,154,255); }
td.TdClassName
{
border-color: #BC9AFF;
}
.TagClassName
{
border-color: #BC9AFF;
}
</style>