Shades of Perfume #BBA2CB
Tints of Perfume #BBA2CB
RGB
CMYK
RGB Variations
Color information
#BBA2CB (or 0xBBA2CB) is known color: Perfume. HEX triplet: BB, A2 and CB. RGB value is (187,162,203). Sum of RGB (Red+Green+Blue) = 187+162+203=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBA2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2CB is #445D34. Grayscale: #AEAEAE. Windows color (decimal): -4480309 or 13345467. OLE color: 13345467.
HSL color Cylindrical-coordinate representation of color #BBA2CB: hue angle of 276.59º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBA2CB is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 162 | 203 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.20 |
| HSL | 276.59º | 0.28% | 0.72% | - |
| HSV(B) | 276.59º | 0.2% | 0.8% | - |
| XYZ | 44.19 | 40.72 | 62.03 | - |
| YUV | 174.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 203 | 0.08 | 0.20 | 0 | 0.20 | 276.59 | 0.28 | 0.72 |
| Hex | BB | A2 | CB | 8 | 14 | 0 | 14 | 115 | 1C | 48 |
| Octal | 273 | 242 | 313 | 10 | 24 | 0 | 24 | 425 | 34 | 110 |
| Binary | 10111011 | 10100010 | 11001011 | 1000 | 10100 | 0 | 10100 | 100010101 | 11100 | 1001000 |
Color Harmonies of #BBA2CB
Complementary color
Monochromatic Colors of #BBA2CB
Black with #BBA2CB
Text Example
Text Example
White with #BBA2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA2CB; }
p { color: rgb(187,162,203); }
H1.HeaderClassName
{
color: #BBA2CB;
}
.AnyTagClassName
{
color: #BBA2CB;
}
</style>
background-color css
<style>
a { background-color: #BBA2CB; }
a { background-color: rgb(187,162,203); }
div.DivClassName
{
background-color: #BBA2CB;
}
.BgClassName
{
background-color: #BBA2CB;
}
</style>
border-color css
<style>
span { border-color: #BBA2CB; }
span { border-color: rgb(187,162,203); }
td.TdClassName
{
border-color: #BBA2CB;
}
.TagClassName
{
border-color: #BBA2CB;
}
</style>