Shades of Perfume #BBA2CA
Tints of Perfume #BBA2CA
RGB
CMYK
RGB Variations
Color information
#BBA2CA (or 0xBBA2CA) is known color: Perfume. HEX triplet: BB, A2 and CA. RGB value is (187,162,202). Sum of RGB (Red+Green+Blue) = 187+162+202=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBA2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2CA is #445D35. Grayscale: #ADADAD. Windows color (decimal): -4480310 or 13279931. OLE color: 13279931.
HSL color Cylindrical-coordinate representation of color #BBA2CA: hue angle of 277.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBA2CA is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 162 | 202 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.21 |
| HSL | 277.5º | 0.27% | 0.71% | - |
| HSV(B) | 277.5º | 0.2% | 0.79% | - |
| XYZ | 44.07 | 40.67 | 61.4 | - |
| YUV | 174.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 202 | 0.07 | 0.20 | 0 | 0.21 | 277.5 | 0.27 | 0.71 |
| Hex | BB | A2 | CA | 7 | 14 | 0 | 15 | 116 | 1B | 47 |
| Octal | 273 | 242 | 312 | 7 | 24 | 0 | 25 | 426 | 33 | 107 |
| Binary | 10111011 | 10100010 | 11001010 | 111 | 10100 | 0 | 10101 | 100010110 | 11011 | 1000111 |
Color Harmonies of #BBA2CA
Complementary color
Monochromatic Colors of #BBA2CA
Black with #BBA2CA
Text Example
Text Example
White with #BBA2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA2CA; }
p { color: rgb(187,162,202); }
H1.HeaderClassName
{
color: #BBA2CA;
}
.AnyTagClassName
{
color: #BBA2CA;
}
</style>
background-color css
<style>
a { background-color: #BBA2CA; }
a { background-color: rgb(187,162,202); }
div.DivClassName
{
background-color: #BBA2CA;
}
.BgClassName
{
background-color: #BBA2CA;
}
</style>
border-color css
<style>
span { border-color: #BBA2CA; }
span { border-color: rgb(187,162,202); }
td.TdClassName
{
border-color: #BBA2CA;
}
.TagClassName
{
border-color: #BBA2CA;
}
</style>