Shades of Perfume #B9A1CB
Tints of Perfume #B9A1CB
RGB
CMYK
RGB Variations
Color information
#B9A1CB (or 0xB9A1CB) is known color: Perfume. HEX triplet: B9, A1 and CB. RGB value is (185,161,203). Sum of RGB (Red+Green+Blue) = 185+161+203=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9A1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A1CB is #465E34. Grayscale: #ACACAC. Windows color (decimal): -4611637 or 13345209. OLE color: 13345209.
HSL color Cylindrical-coordinate representation of color #B9A1CB: hue angle of 274.29º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9A1CB is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 161 | 203 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.20 |
| HSL | 274.29º | 0.29% | 0.71% | - |
| HSV(B) | 274.29º | 0.21% | 0.8% | - |
| XYZ | 43.53 | 40.12 | 61.95 | - |
| YUV | 172.96 | 144.95 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 161 | 203 | 0.09 | 0.21 | 0 | 0.20 | 274.29 | 0.29 | 0.71 |
| Hex | B9 | A1 | CB | 9 | 15 | 0 | 14 | 112 | 1D | 47 |
| Octal | 271 | 241 | 313 | 11 | 25 | 0 | 24 | 422 | 35 | 107 |
| Binary | 10111001 | 10100001 | 11001011 | 1001 | 10101 | 0 | 10100 | 100010010 | 11101 | 1000111 |
Color Harmonies of #B9A1CB
Complementary color
Monochromatic Colors of #B9A1CB
Black with #B9A1CB
Text Example
Text Example
White with #B9A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A1CB; }
p { color: rgb(185,161,203); }
H1.HeaderClassName
{
color: #B9A1CB;
}
.AnyTagClassName
{
color: #B9A1CB;
}
</style>
background-color css
<style>
a { background-color: #B9A1CB; }
a { background-color: rgb(185,161,203); }
div.DivClassName
{
background-color: #B9A1CB;
}
.BgClassName
{
background-color: #B9A1CB;
}
</style>
border-color css
<style>
span { border-color: #B9A1CB; }
span { border-color: rgb(185,161,203); }
td.TdClassName
{
border-color: #B9A1CB;
}
.TagClassName
{
border-color: #B9A1CB;
}
</style>