Shades of Perfume #BBA8C8
Tints of Perfume #BBA8C8
RGB
CMYK
RGB Variations
Color information
#BBA8C8 (or 0xBBA8C8) is known color: Perfume. HEX triplet: BB, A8 and C8. RGB value is (187,168,200). Sum of RGB (Red+Green+Blue) = 187+168+200=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBA8C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8C8 is #445737. Grayscale: #B1B1B1. Windows color (decimal): -4478776 or 13150395. OLE color: 13150395.
HSL color Cylindrical-coordinate representation of color #BBA8C8: hue angle of 275.62º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBA8C8 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 168 | 200 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.22 |
| HSL | 275.63º | 0.23% | 0.72% | - |
| HSV(B) | 275.63º | 0.16% | 0.78% | - |
| XYZ | 44.92 | 42.74 | 60.53 | - |
| YUV | 177.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 200 | 0.06 | 0.16 | 0 | 0.22 | 275.63 | 0.23 | 0.72 |
| Hex | BB | A8 | C8 | 6 | 10 | 0 | 16 | 114 | 17 | 48 |
| Octal | 273 | 250 | 310 | 6 | 20 | 0 | 26 | 424 | 27 | 110 |
| Binary | 10111011 | 10101000 | 11001000 | 110 | 10000 | 0 | 10110 | 100010100 | 10111 | 1001000 |
Color Harmonies of #BBA8C8
Complementary color
Monochromatic Colors of #BBA8C8
Black with #BBA8C8
Text Example
Text Example
White with #BBA8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8C8; }
p { color: rgb(187,168,200); }
H1.HeaderClassName
{
color: #BBA8C8;
}
.AnyTagClassName
{
color: #BBA8C8;
}
</style>
background-color css
<style>
a { background-color: #BBA8C8; }
a { background-color: rgb(187,168,200); }
div.DivClassName
{
background-color: #BBA8C8;
}
.BgClassName
{
background-color: #BBA8C8;
}
</style>
border-color css
<style>
span { border-color: #BBA8C8; }
span { border-color: rgb(187,168,200); }
td.TdClassName
{
border-color: #BBA8C8;
}
.TagClassName
{
border-color: #BBA8C8;
}
</style>