Shades of Perfume #BB9FE5
Tints of Perfume #BB9FE5
RGB
CMYK
RGB Variations
Color information
#BB9FE5 (or 0xBB9FE5) is known color: Perfume. HEX triplet: BB, 9F and E5. RGB value is (187,159,229). Sum of RGB (Red+Green+Blue) = 187+159+229=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 159 (62.5% from 255 or 27.65% from 575); Blue value is 229 (89.84% from 255 or 39.83% from 575); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB9FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FE5 is #44601A. Grayscale: #AFAFAF. Windows color (decimal): -4481051 or 15048635. OLE color: 15048635.
HSL color Cylindrical-coordinate representation of color #BB9FE5: hue angle of 264º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB9FE5 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 159 | 229 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.10 |
| HSL | 264º | 0.57% | 0.76% | - |
| HSV(B) | 264º | 0.31% | 0.9% | - |
| XYZ | 47.03 | 41.02 | 79.57 | - |
| YUV | 175.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 229 | 0.18 | 0.31 | 0 | 0.10 | 264 | 0.57 | 0.76 |
| Hex | BB | 9F | E5 | 12 | 1F | 0 | A | 108 | 39 | 4C |
| Octal | 273 | 237 | 345 | 22 | 37 | 0 | 12 | 410 | 71 | 114 |
| Binary | 10111011 | 10011111 | 11100101 | 10010 | 11111 | 0 | 1010 | 100001000 | 111001 | 1001100 |
Color Harmonies of #BB9FE5
Complementary color
Monochromatic Colors of #BB9FE5
Black with #BB9FE5
Text Example
Text Example
White with #BB9FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FE5; }
p { color: rgb(187,159,229); }
H1.HeaderClassName
{
color: #BB9FE5;
}
.AnyTagClassName
{
color: #BB9FE5;
}
</style>
background-color css
<style>
a { background-color: #BB9FE5; }
a { background-color: rgb(187,159,229); }
div.DivClassName
{
background-color: #BB9FE5;
}
.BgClassName
{
background-color: #BB9FE5;
}
</style>
border-color css
<style>
span { border-color: #BB9FE5; }
span { border-color: rgb(187,159,229); }
td.TdClassName
{
border-color: #BB9FE5;
}
.TagClassName
{
border-color: #BB9FE5;
}
</style>