Shades of Perfume #B99CCC
Tints of Perfume #B99CCC
RGB
CMYK
RGB Variations
Color information
#B99CCC (or 0xB99CCC) is known color: Perfume. HEX triplet: B9, 9C and CC. RGB value is (185,156,204). Sum of RGB (Red+Green+Blue) = 185+156+204=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #B99CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99CCC is #466333. Grayscale: #A9A9A9. Windows color (decimal): -4612916 or 13409465. OLE color: 13409465.
HSL color Cylindrical-coordinate representation of color #B99CCC: hue angle of 276.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B99CCC is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 156 | 204 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.2 |
| HSL | 276.25º | 0.32% | 0.71% | - |
| HSV(B) | 276.25º | 0.24% | 0.8% | - |
| XYZ | 42.8 | 38.45 | 62.29 | - |
| YUV | 170.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 156 | 204 | 0.09 | 0.24 | 0 | 0.2 | 276.25 | 0.32 | 0.71 |
| Hex | B9 | 9C | CC | 9 | 18 | 0 | 14 | 114 | 20 | 47 |
| Octal | 271 | 234 | 314 | 11 | 30 | 0 | 24 | 424 | 40 | 107 |
| Binary | 10111001 | 10011100 | 11001100 | 1001 | 11000 | 0 | 10100 | 100010100 | 100000 | 1000111 |
Color Harmonies of #B99CCC
Complementary color
Monochromatic Colors of #B99CCC
Black with #B99CCC
Text Example
Text Example
White with #B99CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99CCC; }
p { color: rgb(185,156,204); }
H1.HeaderClassName
{
color: #B99CCC;
}
.AnyTagClassName
{
color: #B99CCC;
}
</style>
background-color css
<style>
a { background-color: #B99CCC; }
a { background-color: rgb(185,156,204); }
div.DivClassName
{
background-color: #B99CCC;
}
.BgClassName
{
background-color: #B99CCC;
}
</style>
border-color css
<style>
span { border-color: #B99CCC; }
span { border-color: rgb(185,156,204); }
td.TdClassName
{
border-color: #B99CCC;
}
.TagClassName
{
border-color: #B99CCC;
}
</style>