Shades of Perfume #BB8FFC
Tints of Perfume #BB8FFC
RGB
CMYK
RGB Variations
Color information
#BB8FFC (or 0xBB8FFC) is known color: Perfume. HEX triplet: BB, 8F and FC. RGB value is (187,143,252). Sum of RGB (Red+Green+Blue) = 187+143+252=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 252 (98.83% from 255 or 43.30% from 582); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB8FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8FFC is #447003. Grayscale: #A8A8A8. Windows color (decimal): -4485124 or 16551867. OLE color: 16551867.
HSL color Cylindrical-coordinate representation of color #BB8FFC: hue angle of 264.22º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB8FFC is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 143 | 252 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.01 |
| HSL | 264.22º | 0.95% | 0.77% | - |
| HSV(B) | 264.22º | 0.43% | 0.99% | - |
| XYZ | 47.89 | 37.24 | 96.76 | - |
| YUV | 168.58 | 175.08 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 252 | 0.26 | 0.43 | 0 | 0.01 | 264.22 | 0.95 | 0.77 |
| Hex | BB | 8F | FC | 1A | 2B | 0 | 1 | 108 | 5F | 4D |
| Octal | 273 | 217 | 374 | 32 | 53 | 0 | 1 | 410 | 137 | 115 |
| Binary | 10111011 | 10001111 | 11111100 | 11010 | 101011 | 0 | 1 | 100001000 | 1011111 | 1001101 |
Color Harmonies of #BB8FFC
Complementary color
Monochromatic Colors of #BB8FFC
Black with #BB8FFC
Text Example
Text Example
White with #BB8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FFC; }
p { color: rgb(187,143,252); }
H1.HeaderClassName
{
color: #BB8FFC;
}
.AnyTagClassName
{
color: #BB8FFC;
}
</style>
background-color css
<style>
a { background-color: #BB8FFC; }
a { background-color: rgb(187,143,252); }
div.DivClassName
{
background-color: #BB8FFC;
}
.BgClassName
{
background-color: #BB8FFC;
}
</style>
border-color css
<style>
span { border-color: #BB8FFC; }
span { border-color: rgb(187,143,252); }
td.TdClassName
{
border-color: #BB8FFC;
}
.TagClassName
{
border-color: #BB8FFC;
}
</style>