Shades of Perfume #BBA6D5
Tints of Perfume #BBA6D5
RGB
CMYK
RGB Variations
Color information
#BBA6D5 (or 0xBBA6D5) is known color: Perfume. HEX triplet: BB, A6 and D5. RGB value is (187,166,213). Sum of RGB (Red+Green+Blue) = 187+166+213=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBA6D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6D5 is #44592A. Grayscale: #B1B1B1. Windows color (decimal): -4479275 or 14001851. OLE color: 14001851.
HSL color Cylindrical-coordinate representation of color #BBA6D5: hue angle of 266.81º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBA6D5 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 166 | 213 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.16 |
| HSL | 266.81º | 0.36% | 0.74% | - |
| HSV(B) | 266.81º | 0.22% | 0.84% | - |
| XYZ | 46.14 | 42.64 | 68.75 | - |
| YUV | 177.64 | 147.96 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 213 | 0.12 | 0.22 | 0 | 0.16 | 266.81 | 0.36 | 0.74 |
| Hex | BB | A6 | D5 | C | 16 | 0 | 10 | 10B | 24 | 4A |
| Octal | 273 | 246 | 325 | 14 | 26 | 0 | 20 | 413 | 44 | 112 |
| Binary | 10111011 | 10100110 | 11010101 | 1100 | 10110 | 0 | 10000 | 100001011 | 100100 | 1001010 |
Color Harmonies of #BBA6D5
Complementary color
Monochromatic Colors of #BBA6D5
Black with #BBA6D5
Text Example
Text Example
White with #BBA6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA6D5; }
p { color: rgb(187,166,213); }
H1.HeaderClassName
{
color: #BBA6D5;
}
.AnyTagClassName
{
color: #BBA6D5;
}
</style>
background-color css
<style>
a { background-color: #BBA6D5; }
a { background-color: rgb(187,166,213); }
div.DivClassName
{
background-color: #BBA6D5;
}
.BgClassName
{
background-color: #BBA6D5;
}
</style>
border-color css
<style>
span { border-color: #BBA6D5; }
span { border-color: rgb(187,166,213); }
td.TdClassName
{
border-color: #BBA6D5;
}
.TagClassName
{
border-color: #BBA6D5;
}
</style>