Shades of Perfume #BB8FED
Tints of Perfume #BB8FED
RGB
CMYK
RGB Variations
Color information
#BB8FED (or 0xBB8FED) is known color: Perfume. HEX triplet: BB, 8F and ED. RGB value is (187,143,237). Sum of RGB (Red+Green+Blue) = 187+143+237=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB8FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8FED is #447012. Grayscale: #A6A6A6. Windows color (decimal): -4485139 or 15568827. OLE color: 15568827.
HSL color Cylindrical-coordinate representation of color #BB8FED: hue angle of 268.09º degrees, saturation: 0.72, 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 #BB8FED is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 143 | 237 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.07 |
| HSL | 268.09º | 0.72% | 0.75% | - |
| HSV(B) | 268.09º | 0.4% | 0.93% | - |
| XYZ | 45.6 | 36.32 | 84.73 | - |
| YUV | 166.87 | 167.58 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 237 | 0.21 | 0.40 | 0 | 0.07 | 268.09 | 0.72 | 0.75 |
| Hex | BB | 8F | ED | 15 | 28 | 0 | 7 | 10C | 48 | 4B |
| Octal | 273 | 217 | 355 | 25 | 50 | 0 | 7 | 414 | 110 | 113 |
| Binary | 10111011 | 10001111 | 11101101 | 10101 | 101000 | 0 | 111 | 100001100 | 1001000 | 1001011 |
Color Harmonies of #BB8FED
Complementary color
Monochromatic Colors of #BB8FED
Black with #BB8FED
Text Example
Text Example
White with #BB8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FED; }
p { color: rgb(187,143,237); }
H1.HeaderClassName
{
color: #BB8FED;
}
.AnyTagClassName
{
color: #BB8FED;
}
</style>
background-color css
<style>
a { background-color: #BB8FED; }
a { background-color: rgb(187,143,237); }
div.DivClassName
{
background-color: #BB8FED;
}
.BgClassName
{
background-color: #BB8FED;
}
</style>
border-color css
<style>
span { border-color: #BB8FED; }
span { border-color: rgb(187,143,237); }
td.TdClassName
{
border-color: #BB8FED;
}
.TagClassName
{
border-color: #BB8FED;
}
</style>