Shades of Perfume #BB9AFC
Tints of Perfume #BB9AFC
RGB
CMYK
RGB Variations
Color information
#BB9AFC (or 0xBB9AFC) is known color: Perfume. HEX triplet: BB, 9A and FC. RGB value is (187,154,252). Sum of RGB (Red+Green+Blue) = 187+154+252=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB9AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9AFC is #446503. Grayscale: #AEAEAE. Windows color (decimal): -4482308 or 16554683. OLE color: 16554683.
HSL color Cylindrical-coordinate representation of color #BB9AFC: hue angle of 260.2º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB9AFC is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 154 | 252 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.01 |
| HSL | 260.2º | 0.94% | 0.8% | - |
| HSV(B) | 260.2º | 0.39% | 0.99% | - |
| XYZ | 49.62 | 40.7 | 97.34 | - |
| YUV | 175.04 | 171.43 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 252 | 0.26 | 0.39 | 0 | 0.01 | 260.2 | 0.94 | 0.8 |
| Hex | BB | 9A | FC | 1A | 27 | 0 | 1 | 104 | 5E | 50 |
| Octal | 273 | 232 | 374 | 32 | 47 | 0 | 1 | 404 | 136 | 120 |
| Binary | 10111011 | 10011010 | 11111100 | 11010 | 100111 | 0 | 1 | 100000100 | 1011110 | 1010000 |
Color Harmonies of #BB9AFC
Complementary color
Monochromatic Colors of #BB9AFC
Black with #BB9AFC
Text Example
Text Example
White with #BB9AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9AFC; }
p { color: rgb(187,154,252); }
H1.HeaderClassName
{
color: #BB9AFC;
}
.AnyTagClassName
{
color: #BB9AFC;
}
</style>
background-color css
<style>
a { background-color: #BB9AFC; }
a { background-color: rgb(187,154,252); }
div.DivClassName
{
background-color: #BB9AFC;
}
.BgClassName
{
background-color: #BB9AFC;
}
</style>
border-color css
<style>
span { border-color: #BB9AFC; }
span { border-color: rgb(187,154,252); }
td.TdClassName
{
border-color: #BB9AFC;
}
.TagClassName
{
border-color: #BB9AFC;
}
</style>