Shades of Perfume #BB8FF8
Tints of Perfume #BB8FF8
RGB
CMYK
RGB Variations
Color information
#BB8FF8 (or 0xBB8FF8) is known color: Perfume. HEX triplet: BB, 8F and F8. RGB value is (187,143,248). Sum of RGB (Red+Green+Blue) = 187+143+248=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB8FF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8FF8 is #447007. Grayscale: #A7A7A7. Windows color (decimal): -4485128 or 16289723. OLE color: 16289723.
HSL color Cylindrical-coordinate representation of color #BB8FF8: hue angle of 265.14º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB8FF8 is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 143 | 248 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.03 |
| HSL | 265.14º | 0.88% | 0.77% | - |
| HSV(B) | 265.14º | 0.42% | 0.97% | - |
| XYZ | 47.26 | 36.99 | 93.46 | - |
| YUV | 168.13 | 173.08 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 248 | 0.25 | 0.42 | 0 | 0.03 | 265.14 | 0.88 | 0.77 |
| Hex | BB | 8F | F8 | 19 | 2A | 0 | 3 | 109 | 58 | 4D |
| Octal | 273 | 217 | 370 | 31 | 52 | 0 | 3 | 411 | 130 | 115 |
| Binary | 10111011 | 10001111 | 11111000 | 11001 | 101010 | 0 | 11 | 100001001 | 1011000 | 1001101 |
Color Harmonies of #BB8FF8
Complementary color
Monochromatic Colors of #BB8FF8
Black with #BB8FF8
Text Example
Text Example
White with #BB8FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FF8; }
p { color: rgb(187,143,248); }
H1.HeaderClassName
{
color: #BB8FF8;
}
.AnyTagClassName
{
color: #BB8FF8;
}
</style>
background-color css
<style>
a { background-color: #BB8FF8; }
a { background-color: rgb(187,143,248); }
div.DivClassName
{
background-color: #BB8FF8;
}
.BgClassName
{
background-color: #BB8FF8;
}
</style>
border-color css
<style>
span { border-color: #BB8FF8; }
span { border-color: rgb(187,143,248); }
td.TdClassName
{
border-color: #BB8FF8;
}
.TagClassName
{
border-color: #BB8FF8;
}
</style>