Shades of Perfume #BB8EEE
Tints of Perfume #BB8EEE
RGB
CMYK
RGB Variations
Color information
#BB8EEE (or 0xBB8EEE) is known color: Perfume. HEX triplet: BB, 8E and EE. RGB value is (187,142,238). Sum of RGB (Red+Green+Blue) = 187+142+238=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB8EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8EEE is #447111. Grayscale: #A6A6A6. Windows color (decimal): -4485394 or 15634107. OLE color: 15634107.
HSL color Cylindrical-coordinate representation of color #BB8EEE: hue angle of 268.12º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB8EEE is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 142 | 238 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.07 |
| HSL | 268.13º | 0.74% | 0.75% | - |
| HSV(B) | 268.13º | 0.4% | 0.93% | - |
| XYZ | 45.6 | 36.08 | 85.45 | - |
| YUV | 166.4 | 168.41 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 142 | 238 | 0.21 | 0.40 | 0 | 0.07 | 268.13 | 0.74 | 0.75 |
| Hex | BB | 8E | EE | 15 | 28 | 0 | 7 | 10C | 4A | 4B |
| Octal | 273 | 216 | 356 | 25 | 50 | 0 | 7 | 414 | 112 | 113 |
| Binary | 10111011 | 10001110 | 11101110 | 10101 | 101000 | 0 | 111 | 100001100 | 1001010 | 1001011 |
Color Harmonies of #BB8EEE
Complementary color
Monochromatic Colors of #BB8EEE
Black with #BB8EEE
Text Example
Text Example
White with #BB8EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8EEE; }
p { color: rgb(187,142,238); }
H1.HeaderClassName
{
color: #BB8EEE;
}
.AnyTagClassName
{
color: #BB8EEE;
}
</style>
background-color css
<style>
a { background-color: #BB8EEE; }
a { background-color: rgb(187,142,238); }
div.DivClassName
{
background-color: #BB8EEE;
}
.BgClassName
{
background-color: #BB8EEE;
}
</style>
border-color css
<style>
span { border-color: #BB8EEE; }
span { border-color: rgb(187,142,238); }
td.TdClassName
{
border-color: #BB8EEE;
}
.TagClassName
{
border-color: #BB8EEE;
}
</style>