Shades of Perfume #BB8EFE
Tints of Perfume #BB8EFE
RGB
CMYK
RGB Variations
Color information
#BB8EFE (or 0xBB8EFE) is known color: Perfume. HEX triplet: BB, 8E and FE. RGB value is (187,142,254). Sum of RGB (Red+Green+Blue) = 187+142+254=583 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.08% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB8EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8EFE is #447101. Grayscale: #A7A7A7. Windows color (decimal): -4485378 or 16682683. OLE color: 16682683.
HSL color Cylindrical-coordinate representation of color #BB8EFE: hue angle of 264.11º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB8EFE is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 142 | 254 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.00 |
| HSL | 264.11º | 0.98% | 0.78% | - |
| HSV(B) | 264.11º | 0.44% | 1% | - |
| XYZ | 48.06 | 37.07 | 98.39 | - |
| YUV | 168.22 | 176.41 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 254 | 0.26 | 0.44 | 0 | 0.00 | 264.11 | 0.98 | 0.78 |
| Hex | BB | 8E | FE | 1A | 2C | 0 | 0 | 108 | 62 | 4E |
| Octal | 273 | 216 | 376 | 32 | 54 | 0 | 0 | 410 | 142 | 116 |
| Binary | 10111011 | 10001110 | 11111110 | 11010 | 101100 | 0 | 0 | 100001000 | 1100010 | 1001110 |
Color Harmonies of #BB8EFE
Complementary color
Monochromatic Colors of #BB8EFE
Black with #BB8EFE
Text Example
Text Example
White with #BB8EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8EFE; }
p { color: rgb(187,142,254); }
H1.HeaderClassName
{
color: #BB8EFE;
}
.AnyTagClassName
{
color: #BB8EFE;
}
</style>
background-color css
<style>
a { background-color: #BB8EFE; }
a { background-color: rgb(187,142,254); }
div.DivClassName
{
background-color: #BB8EFE;
}
.BgClassName
{
background-color: #BB8EFE;
}
</style>
border-color css
<style>
span { border-color: #BB8EFE; }
span { border-color: rgb(187,142,254); }
td.TdClassName
{
border-color: #BB8EFE;
}
.TagClassName
{
border-color: #BB8EFE;
}
</style>