Shades of Perfume #B9A0CC
Tints of Perfume #B9A0CC
RGB
CMYK
RGB Variations
Color information
#B9A0CC (or 0xB9A0CC) is known color: Perfume. HEX triplet: B9, A0 and CC. RGB value is (185,160,204). Sum of RGB (Red+Green+Blue) = 185+160+204=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9A0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A0CC is #465F33. Grayscale: #ACACAC. Windows color (decimal): -4611892 or 13410489. OLE color: 13410489.
HSL color Cylindrical-coordinate representation of color #B9A0CC: hue angle of 274.09º degrees, saturation: 0.3, 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 #B9A0CC is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 160 | 204 | - |
| CMYK | 0.09 | 0.22 | 0 | 0.2 |
| HSL | 274.09º | 0.3% | 0.71% | - |
| HSV(B) | 274.09º | 0.22% | 0.8% | - |
| XYZ | 43.48 | 39.82 | 62.52 | - |
| YUV | 172.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 160 | 204 | 0.09 | 0.22 | 0 | 0.2 | 274.09 | 0.3 | 0.71 |
| Hex | B9 | A0 | CC | 9 | 16 | 0 | 14 | 112 | 1E | 47 |
| Octal | 271 | 240 | 314 | 11 | 26 | 0 | 24 | 422 | 36 | 107 |
| Binary | 10111001 | 10100000 | 11001100 | 1001 | 10110 | 0 | 10100 | 100010010 | 11110 | 1000111 |
Color Harmonies of #B9A0CC
Complementary color
Monochromatic Colors of #B9A0CC
Black with #B9A0CC
Text Example
Text Example
White with #B9A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A0CC; }
p { color: rgb(185,160,204); }
H1.HeaderClassName
{
color: #B9A0CC;
}
.AnyTagClassName
{
color: #B9A0CC;
}
</style>
background-color css
<style>
a { background-color: #B9A0CC; }
a { background-color: rgb(185,160,204); }
div.DivClassName
{
background-color: #B9A0CC;
}
.BgClassName
{
background-color: #B9A0CC;
}
</style>
border-color css
<style>
span { border-color: #B9A0CC; }
span { border-color: rgb(185,160,204); }
td.TdClassName
{
border-color: #B9A0CC;
}
.TagClassName
{
border-color: #B9A0CC;
}
</style>