Shades of Perfume #BBA1CB
Tints of Perfume #BBA1CB
RGB
CMYK
RGB Variations
Color information
#BBA1CB (or 0xBBA1CB) is known color: Perfume. HEX triplet: BB, A1 and CB. RGB value is (187,161,203). Sum of RGB (Red+Green+Blue) = 187+161+203=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBA1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1CB is #445E34. Grayscale: #ADADAD. Windows color (decimal): -4480565 or 13345211. OLE color: 13345211.
HSL color Cylindrical-coordinate representation of color #BBA1CB: hue angle of 277.14º 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 #BBA1CB is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 161 | 203 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.20 |
| HSL | 277.14º | 0.29% | 0.71% | - |
| HSV(B) | 277.14º | 0.21% | 0.8% | - |
| XYZ | 44.02 | 40.37 | 61.97 | - |
| YUV | 173.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 203 | 0.08 | 0.21 | 0 | 0.20 | 277.14 | 0.29 | 0.71 |
| Hex | BB | A1 | CB | 8 | 15 | 0 | 14 | 115 | 1D | 47 |
| Octal | 273 | 241 | 313 | 10 | 25 | 0 | 24 | 425 | 35 | 107 |
| Binary | 10111011 | 10100001 | 11001011 | 1000 | 10101 | 0 | 10100 | 100010101 | 11101 | 1000111 |
Color Harmonies of #BBA1CB
Complementary color
Monochromatic Colors of #BBA1CB
Black with #BBA1CB
Text Example
Text Example
White with #BBA1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA1CB; }
p { color: rgb(187,161,203); }
H1.HeaderClassName
{
color: #BBA1CB;
}
.AnyTagClassName
{
color: #BBA1CB;
}
</style>
background-color css
<style>
a { background-color: #BBA1CB; }
a { background-color: rgb(187,161,203); }
div.DivClassName
{
background-color: #BBA1CB;
}
.BgClassName
{
background-color: #BBA1CB;
}
</style>
border-color css
<style>
span { border-color: #BBA1CB; }
span { border-color: rgb(187,161,203); }
td.TdClassName
{
border-color: #BBA1CB;
}
.TagClassName
{
border-color: #BBA1CB;
}
</style>