Shades of Perfume #BBA8D0
Tints of Perfume #BBA8D0
RGB
CMYK
RGB Variations
Color information
#BBA8D0 (or 0xBBA8D0) is known color: Perfume. HEX triplet: BB, A8 and D0. RGB value is (187,168,208). Sum of RGB (Red+Green+Blue) = 187+168+208=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBA8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8D0 is #44572F. Grayscale: #B2B2B2. Windows color (decimal): -4478768 or 13674683. OLE color: 13674683.
HSL color Cylindrical-coordinate representation of color #BBA8D0: hue angle of 268.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBA8D0 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 168 | 208 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.18 |
| HSL | 268.5º | 0.3% | 0.74% | - |
| HSV(B) | 268.5º | 0.19% | 0.82% | - |
| XYZ | 45.88 | 43.12 | 65.58 | - |
| YUV | 178.24 | 144.79 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 208 | 0.10 | 0.19 | 0 | 0.18 | 268.5 | 0.3 | 0.74 |
| Hex | BB | A8 | D0 | A | 13 | 0 | 12 | 10C | 1E | 4A |
| Octal | 273 | 250 | 320 | 12 | 23 | 0 | 22 | 414 | 36 | 112 |
| Binary | 10111011 | 10101000 | 11010000 | 1010 | 10011 | 0 | 10010 | 100001100 | 11110 | 1001010 |
Color Harmonies of #BBA8D0
Complementary color
Monochromatic Colors of #BBA8D0
Black with #BBA8D0
Text Example
Text Example
White with #BBA8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8D0; }
p { color: rgb(187,168,208); }
H1.HeaderClassName
{
color: #BBA8D0;
}
.AnyTagClassName
{
color: #BBA8D0;
}
</style>
background-color css
<style>
a { background-color: #BBA8D0; }
a { background-color: rgb(187,168,208); }
div.DivClassName
{
background-color: #BBA8D0;
}
.BgClassName
{
background-color: #BBA8D0;
}
</style>
border-color css
<style>
span { border-color: #BBA8D0; }
span { border-color: rgb(187,168,208); }
td.TdClassName
{
border-color: #BBA8D0;
}
.TagClassName
{
border-color: #BBA8D0;
}
</style>