Shades of Perfume #BB9FCD
Tints of Perfume #BB9FCD
RGB
CMYK
RGB Variations
Color information
#BB9FCD (or 0xBB9FCD) is known color: Perfume. HEX triplet: BB, 9F and CD. RGB value is (187,159,205). Sum of RGB (Red+Green+Blue) = 187+159+205=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 159 (62.5% from 255 or 28.86% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB9FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FCD is #446032. Grayscale: #ACACAC. Windows color (decimal): -4481075 or 13475771. OLE color: 13475771.
HSL color Cylindrical-coordinate representation of color #BB9FCD: hue angle of 276.52º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB9FCD is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 159 | 205 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.20 |
| HSL | 276.52º | 0.32% | 0.71% | - |
| HSV(B) | 276.52º | 0.22% | 0.8% | - |
| XYZ | 43.91 | 39.77 | 63.12 | - |
| YUV | 172.62 | 146.28 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 205 | 0.09 | 0.22 | 0 | 0.20 | 276.52 | 0.32 | 0.71 |
| Hex | BB | 9F | CD | 9 | 16 | 0 | 14 | 115 | 20 | 47 |
| Octal | 273 | 237 | 315 | 11 | 26 | 0 | 24 | 425 | 40 | 107 |
| Binary | 10111011 | 10011111 | 11001101 | 1001 | 10110 | 0 | 10100 | 100010101 | 100000 | 1000111 |
Color Harmonies of #BB9FCD
Complementary color
Monochromatic Colors of #BB9FCD
Black with #BB9FCD
Text Example
Text Example
White with #BB9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9FCD; }
p { color: rgb(187,159,205); }
H1.HeaderClassName
{
color: #BB9FCD;
}
.AnyTagClassName
{
color: #BB9FCD;
}
</style>
background-color css
<style>
a { background-color: #BB9FCD; }
a { background-color: rgb(187,159,205); }
div.DivClassName
{
background-color: #BB9FCD;
}
.BgClassName
{
background-color: #BB9FCD;
}
</style>
border-color css
<style>
span { border-color: #BB9FCD; }
span { border-color: rgb(187,159,205); }
td.TdClassName
{
border-color: #BB9FCD;
}
.TagClassName
{
border-color: #BB9FCD;
}
</style>