Shades of Perfume #BB8AFF
Tints of Perfume #BB8AFF
RGB
CMYK
RGB Variations
Color information
#BB8AFF (or 0xBB8AFF) is known color: Perfume. HEX triplet: BB, 8A and FF. RGB value is (187,138,255). Sum of RGB (Red+Green+Blue) = 187+138+255=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB8AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8AFF is #447500. Grayscale: #A5A5A5. Windows color (decimal): -4486401 or 16747195. OLE color: 16747195.
HSL color Cylindrical-coordinate representation of color #BB8AFF: hue angle of 265.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB8AFF is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 138 | 255 | - |
| CMYK | 0.27 | 0.46 | 0 | 0 |
| HSL | 265.13º | 1% | 0.77% | - |
| HSV(B) | 265.13º | 0.46% | 1% | - |
| XYZ | 47.63 | 35.96 | 99.04 | - |
| YUV | 165.99 | 178.23 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 255 | 0.27 | 0.46 | 0 | 0 | 265.13 | 1 | 0.77 |
| Hex | BB | 8A | FF | 1B | 2E | 0 | 0 | 109 | 64 | 4D |
| Octal | 273 | 212 | 377 | 33 | 56 | 0 | 0 | 411 | 144 | 115 |
| Binary | 10111011 | 10001010 | 11111111 | 11011 | 101110 | 0 | 0 | 100001001 | 1100100 | 1001101 |
Color Harmonies of #BB8AFF
Complementary color
Monochromatic Colors of #BB8AFF
Black with #BB8AFF
Text Example
Text Example
White with #BB8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8AFF; }
p { color: rgb(187,138,255); }
H1.HeaderClassName
{
color: #BB8AFF;
}
.AnyTagClassName
{
color: #BB8AFF;
}
</style>
background-color css
<style>
a { background-color: #BB8AFF; }
a { background-color: rgb(187,138,255); }
div.DivClassName
{
background-color: #BB8AFF;
}
.BgClassName
{
background-color: #BB8AFF;
}
</style>
border-color css
<style>
span { border-color: #BB8AFF; }
span { border-color: rgb(187,138,255); }
td.TdClassName
{
border-color: #BB8AFF;
}
.TagClassName
{
border-color: #BB8AFF;
}
</style>