Shades of Perfume #BB9ECE
Tints of Perfume #BB9ECE
RGB
CMYK
RGB Variations
Color information
#BB9ECE (or 0xBB9ECE) is known color: Perfume. HEX triplet: BB, 9E and CE. RGB value is (187,158,206). Sum of RGB (Red+Green+Blue) = 187+158+206=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 158 (62.11% from 255 or 28.68% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB9ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9ECE is #446131. Grayscale: #ABABAB. Windows color (decimal): -4481330 or 13541051. OLE color: 13541051.
HSL color Cylindrical-coordinate representation of color #BB9ECE: hue angle of 276.25º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BB9ECE is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 158 | 206 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.19 |
| HSL | 276.25º | 0.33% | 0.71% | - |
| HSV(B) | 276.25º | 0.23% | 0.81% | - |
| XYZ | 43.86 | 39.47 | 63.7 | - |
| YUV | 172.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 206 | 0.09 | 0.23 | 0 | 0.19 | 276.25 | 0.33 | 0.71 |
| Hex | BB | 9E | CE | 9 | 17 | 0 | 13 | 114 | 21 | 47 |
| Octal | 273 | 236 | 316 | 11 | 27 | 0 | 23 | 424 | 41 | 107 |
| Binary | 10111011 | 10011110 | 11001110 | 1001 | 10111 | 0 | 10011 | 100010100 | 100001 | 1000111 |
Color Harmonies of #BB9ECE
Complementary color
Monochromatic Colors of #BB9ECE
Black with #BB9ECE
Text Example
Text Example
White with #BB9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9ECE; }
p { color: rgb(187,158,206); }
H1.HeaderClassName
{
color: #BB9ECE;
}
.AnyTagClassName
{
color: #BB9ECE;
}
</style>
background-color css
<style>
a { background-color: #BB9ECE; }
a { background-color: rgb(187,158,206); }
div.DivClassName
{
background-color: #BB9ECE;
}
.BgClassName
{
background-color: #BB9ECE;
}
</style>
border-color css
<style>
span { border-color: #BB9ECE; }
span { border-color: rgb(187,158,206); }
td.TdClassName
{
border-color: #BB9ECE;
}
.TagClassName
{
border-color: #BB9ECE;
}
</style>