Shades of Perfume #BBA2CF
Tints of Perfume #BBA2CF
RGB
CMYK
RGB Variations
Color information
#BBA2CF (or 0xBBA2CF) is known color: Perfume. HEX triplet: BB, A2 and CF. RGB value is (187,162,207). Sum of RGB (Red+Green+Blue) = 187+162+207=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 162 (63.67% from 255 or 29.14% from 556); Blue value is 207 (81.25% from 255 or 37.23% from 556); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBA2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2CF is #445D30. Grayscale: #AEAEAE. Windows color (decimal): -4480305 or 13607611. OLE color: 13607611.
HSL color Cylindrical-coordinate representation of color #BBA2CF: hue angle of 273.33º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBA2CF is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 162 | 207 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.19 |
| HSL | 273.33º | 0.32% | 0.72% | - |
| HSV(B) | 273.33º | 0.22% | 0.81% | - |
| XYZ | 44.68 | 40.91 | 64.57 | - |
| YUV | 174.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 207 | 0.10 | 0.22 | 0 | 0.19 | 273.33 | 0.32 | 0.72 |
| Hex | BB | A2 | CF | A | 16 | 0 | 13 | 111 | 20 | 48 |
| Octal | 273 | 242 | 317 | 12 | 26 | 0 | 23 | 421 | 40 | 110 |
| Binary | 10111011 | 10100010 | 11001111 | 1010 | 10110 | 0 | 10011 | 100010001 | 100000 | 1001000 |
Color Harmonies of #BBA2CF
Complementary color
Monochromatic Colors of #BBA2CF
Black with #BBA2CF
Text Example
Text Example
White with #BBA2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA2CF; }
p { color: rgb(187,162,207); }
H1.HeaderClassName
{
color: #BBA2CF;
}
.AnyTagClassName
{
color: #BBA2CF;
}
</style>
background-color css
<style>
a { background-color: #BBA2CF; }
a { background-color: rgb(187,162,207); }
div.DivClassName
{
background-color: #BBA2CF;
}
.BgClassName
{
background-color: #BBA2CF;
}
</style>
border-color css
<style>
span { border-color: #BBA2CF; }
span { border-color: rgb(187,162,207); }
td.TdClassName
{
border-color: #BBA2CF;
}
.TagClassName
{
border-color: #BBA2CF;
}
</style>