Shades of Perfume #BB8DFC
Tints of Perfume #BB8DFC
RGB
CMYK
RGB Variations
Color information
#BB8DFC (or 0xBB8DFC) is known color: Perfume. HEX triplet: BB, 8D and FC. RGB value is (187,141,252). Sum of RGB (Red+Green+Blue) = 187+141+252=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB8DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8DFC is #447203. Grayscale: #A7A7A7. Windows color (decimal): -4485636 or 16551355. OLE color: 16551355.
HSL color Cylindrical-coordinate representation of color #BB8DFC: hue angle of 264.86º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB8DFC is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 141 | 252 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.01 |
| HSL | 264.86º | 0.95% | 0.77% | - |
| HSV(B) | 264.86º | 0.44% | 0.99% | - |
| XYZ | 47.59 | 36.64 | 96.66 | - |
| YUV | 167.41 | 175.74 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 141 | 252 | 0.26 | 0.44 | 0 | 0.01 | 264.86 | 0.95 | 0.77 |
| Hex | BB | 8D | FC | 1A | 2C | 0 | 1 | 109 | 5F | 4D |
| Octal | 273 | 215 | 374 | 32 | 54 | 0 | 1 | 411 | 137 | 115 |
| Binary | 10111011 | 10001101 | 11111100 | 11010 | 101100 | 0 | 1 | 100001001 | 1011111 | 1001101 |
Color Harmonies of #BB8DFC
Complementary color
Monochromatic Colors of #BB8DFC
Black with #BB8DFC
Text Example
Text Example
White with #BB8DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8DFC; }
p { color: rgb(187,141,252); }
H1.HeaderClassName
{
color: #BB8DFC;
}
.AnyTagClassName
{
color: #BB8DFC;
}
</style>
background-color css
<style>
a { background-color: #BB8DFC; }
a { background-color: rgb(187,141,252); }
div.DivClassName
{
background-color: #BB8DFC;
}
.BgClassName
{
background-color: #BB8DFC;
}
</style>
border-color css
<style>
span { border-color: #BB8DFC; }
span { border-color: rgb(187,141,252); }
td.TdClassName
{
border-color: #BB8DFC;
}
.TagClassName
{
border-color: #BB8DFC;
}
</style>