Shades of Perfume #BB9CE7
Tints of Perfume #BB9CE7
RGB
CMYK
RGB Variations
Color information
#BB9CE7 (or 0xBB9CE7) is known color: Perfume. HEX triplet: BB, 9C and E7. RGB value is (187,156,231). Sum of RGB (Red+Green+Blue) = 187+156+231=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB9CE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9CE7 is #446318. Grayscale: #ADADAD. Windows color (decimal): -4481817 or 15178939. OLE color: 15178939.
HSL color Cylindrical-coordinate representation of color #BB9CE7: hue angle of 264.8º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB9CE7 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 156 | 231 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.09 |
| HSL | 264.8º | 0.61% | 0.76% | - |
| HSV(B) | 264.8º | 0.32% | 0.91% | - |
| XYZ | 46.81 | 40.11 | 80.88 | - |
| YUV | 173.82 | 160.27 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 231 | 0.19 | 0.32 | 0 | 0.09 | 264.8 | 0.61 | 0.76 |
| Hex | BB | 9C | E7 | 13 | 20 | 0 | 9 | 109 | 3D | 4C |
| Octal | 273 | 234 | 347 | 23 | 40 | 0 | 11 | 411 | 75 | 114 |
| Binary | 10111011 | 10011100 | 11100111 | 10011 | 100000 | 0 | 1001 | 100001001 | 111101 | 1001100 |
Color Harmonies of #BB9CE7
Complementary color
Monochromatic Colors of #BB9CE7
Black with #BB9CE7
Text Example
Text Example
White with #BB9CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9CE7; }
p { color: rgb(187,156,231); }
H1.HeaderClassName
{
color: #BB9CE7;
}
.AnyTagClassName
{
color: #BB9CE7;
}
</style>
background-color css
<style>
a { background-color: #BB9CE7; }
a { background-color: rgb(187,156,231); }
div.DivClassName
{
background-color: #BB9CE7;
}
.BgClassName
{
background-color: #BB9CE7;
}
</style>
border-color css
<style>
span { border-color: #BB9CE7; }
span { border-color: rgb(187,156,231); }
td.TdClassName
{
border-color: #BB9CE7;
}
.TagClassName
{
border-color: #BB9CE7;
}
</style>