Shades of Perfume #BBA8D3
Tints of Perfume #BBA8D3
RGB
CMYK
RGB Variations
Color information
#BBA8D3 (or 0xBBA8D3) is known color: Perfume. HEX triplet: BB, A8 and D3. RGB value is (187,168,211). Sum of RGB (Red+Green+Blue) = 187+168+211=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBA8D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8D3 is #44572C. Grayscale: #B2B2B2. Windows color (decimal): -4478765 or 13871291. OLE color: 13871291.
HSL color Cylindrical-coordinate representation of color #BBA8D3: hue angle of 266.51º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBA8D3 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 168 | 211 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.17 |
| HSL | 266.51º | 0.33% | 0.74% | - |
| HSV(B) | 266.51º | 0.2% | 0.83% | - |
| XYZ | 46.25 | 43.27 | 67.54 | - |
| YUV | 178.58 | 146.29 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 211 | 0.11 | 0.20 | 0 | 0.17 | 266.51 | 0.33 | 0.74 |
| Hex | BB | A8 | D3 | B | 14 | 0 | 11 | 10B | 21 | 4A |
| Octal | 273 | 250 | 323 | 13 | 24 | 0 | 21 | 413 | 41 | 112 |
| Binary | 10111011 | 10101000 | 11010011 | 1011 | 10100 | 0 | 10001 | 100001011 | 100001 | 1001010 |
Color Harmonies of #BBA8D3
Complementary color
Monochromatic Colors of #BBA8D3
Black with #BBA8D3
Text Example
Text Example
White with #BBA8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8D3; }
p { color: rgb(187,168,211); }
H1.HeaderClassName
{
color: #BBA8D3;
}
.AnyTagClassName
{
color: #BBA8D3;
}
</style>
background-color css
<style>
a { background-color: #BBA8D3; }
a { background-color: rgb(187,168,211); }
div.DivClassName
{
background-color: #BBA8D3;
}
.BgClassName
{
background-color: #BBA8D3;
}
</style>
border-color css
<style>
span { border-color: #BBA8D3; }
span { border-color: rgb(187,168,211); }
td.TdClassName
{
border-color: #BBA8D3;
}
.TagClassName
{
border-color: #BBA8D3;
}
</style>