Shades of Perfume #BB8AFB
Tints of Perfume #BB8AFB
RGB
CMYK
RGB Variations
Color information
#BB8AFB (or 0xBB8AFB) is known color: Perfume. HEX triplet: BB, 8A and FB. RGB value is (187,138,251). Sum of RGB (Red+Green+Blue) = 187+138+251=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB8AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8AFB is #447504. Grayscale: #A5A5A5. Windows color (decimal): -4486405 or 16485051. OLE color: 16485051.
HSL color Cylindrical-coordinate representation of color #BB8AFB: hue angle of 266.02º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB8AFB is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 138 | 251 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.02 |
| HSL | 266.02º | 0.93% | 0.76% | - |
| HSV(B) | 266.02º | 0.45% | 0.98% | - |
| XYZ | 46.99 | 35.71 | 95.68 | - |
| YUV | 165.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 251 | 0.25 | 0.45 | 0 | 0.02 | 266.02 | 0.93 | 0.76 |
| Hex | BB | 8A | FB | 19 | 2D | 0 | 2 | 10A | 5D | 4C |
| Octal | 273 | 212 | 373 | 31 | 55 | 0 | 2 | 412 | 135 | 114 |
| Binary | 10111011 | 10001010 | 11111011 | 11001 | 101101 | 0 | 10 | 100001010 | 1011101 | 1001100 |
Color Harmonies of #BB8AFB
Complementary color
Monochromatic Colors of #BB8AFB
Black with #BB8AFB
Text Example
Text Example
White with #BB8AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8AFB; }
p { color: rgb(187,138,251); }
H1.HeaderClassName
{
color: #BB8AFB;
}
.AnyTagClassName
{
color: #BB8AFB;
}
</style>
background-color css
<style>
a { background-color: #BB8AFB; }
a { background-color: rgb(187,138,251); }
div.DivClassName
{
background-color: #BB8AFB;
}
.BgClassName
{
background-color: #BB8AFB;
}
</style>
border-color css
<style>
span { border-color: #BB8AFB; }
span { border-color: rgb(187,138,251); }
td.TdClassName
{
border-color: #BB8AFB;
}
.TagClassName
{
border-color: #BB8AFB;
}
</style>