Shades of Perfume #BB9BEC
Tints of Perfume #BB9BEC
RGB
CMYK
RGB Variations
Color information
#BB9BEC (or 0xBB9BEC) is known color: Perfume. HEX triplet: BB, 9B and EC. RGB value is (187,155,236). Sum of RGB (Red+Green+Blue) = 187+155+236=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB9BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9BEC is #446413. Grayscale: #ADADAD. Windows color (decimal): -4482068 or 15506363. OLE color: 15506363.
HSL color Cylindrical-coordinate representation of color #BB9BEC: hue angle of 263.7º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB9BEC is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 155 | 236 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.07 |
| HSL | 263.7º | 0.68% | 0.77% | - |
| HSV(B) | 263.7º | 0.34% | 0.93% | - |
| XYZ | 47.36 | 40.06 | 84.59 | - |
| YUV | 173.8 | 163.1 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 236 | 0.21 | 0.34 | 0 | 0.07 | 263.7 | 0.68 | 0.77 |
| Hex | BB | 9B | EC | 15 | 22 | 0 | 7 | 108 | 44 | 4D |
| Octal | 273 | 233 | 354 | 25 | 42 | 0 | 7 | 410 | 104 | 115 |
| Binary | 10111011 | 10011011 | 11101100 | 10101 | 100010 | 0 | 111 | 100001000 | 1000100 | 1001101 |
Color Harmonies of #BB9BEC
Complementary color
Monochromatic Colors of #BB9BEC
Black with #BB9BEC
Text Example
Text Example
White with #BB9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9BEC; }
p { color: rgb(187,155,236); }
H1.HeaderClassName
{
color: #BB9BEC;
}
.AnyTagClassName
{
color: #BB9BEC;
}
</style>
background-color css
<style>
a { background-color: #BB9BEC; }
a { background-color: rgb(187,155,236); }
div.DivClassName
{
background-color: #BB9BEC;
}
.BgClassName
{
background-color: #BB9BEC;
}
</style>
border-color css
<style>
span { border-color: #BB9BEC; }
span { border-color: rgb(187,155,236); }
td.TdClassName
{
border-color: #BB9BEC;
}
.TagClassName
{
border-color: #BB9BEC;
}
</style>