Shades of Perfume #BBA2D5
Tints of Perfume #BBA2D5
RGB
CMYK
RGB Variations
Color information
#BBA2D5 (or 0xBBA2D5) is known color: Perfume. HEX triplet: BB, A2 and D5. RGB value is (187,162,213). Sum of RGB (Red+Green+Blue) = 187+162+213=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBA2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2D5 is #445D2A. Grayscale: #AFAFAF. Windows color (decimal): -4480299 or 14000827. OLE color: 14000827.
HSL color Cylindrical-coordinate representation of color #BBA2D5: hue angle of 269.41º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBA2D5 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 162 | 213 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.16 |
| HSL | 269.41º | 0.38% | 0.74% | - |
| HSV(B) | 269.41º | 0.24% | 0.84% | - |
| XYZ | 45.42 | 41.21 | 68.51 | - |
| YUV | 175.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 213 | 0.12 | 0.24 | 0 | 0.16 | 269.41 | 0.38 | 0.74 |
| Hex | BB | A2 | D5 | C | 18 | 0 | 10 | 10D | 26 | 4A |
| Octal | 273 | 242 | 325 | 14 | 30 | 0 | 20 | 415 | 46 | 112 |
| Binary | 10111011 | 10100010 | 11010101 | 1100 | 11000 | 0 | 10000 | 100001101 | 100110 | 1001010 |
Color Harmonies of #BBA2D5
Complementary color
Monochromatic Colors of #BBA2D5
Black with #BBA2D5
Text Example
Text Example
White with #BBA2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA2D5; }
p { color: rgb(187,162,213); }
H1.HeaderClassName
{
color: #BBA2D5;
}
.AnyTagClassName
{
color: #BBA2D5;
}
</style>
background-color css
<style>
a { background-color: #BBA2D5; }
a { background-color: rgb(187,162,213); }
div.DivClassName
{
background-color: #BBA2D5;
}
.BgClassName
{
background-color: #BBA2D5;
}
</style>
border-color css
<style>
span { border-color: #BBA2D5; }
span { border-color: rgb(187,162,213); }
td.TdClassName
{
border-color: #BBA2D5;
}
.TagClassName
{
border-color: #BBA2D5;
}
</style>