Shades of Perfume #BBA6CC
Tints of Perfume #BBA6CC
RGB
CMYK
RGB Variations
Color information
#BBA6CC (or 0xBBA6CC) is known color: Perfume. HEX triplet: BB, A6 and CC. RGB value is (187,166,204). Sum of RGB (Red+Green+Blue) = 187+166+204=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBA6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6CC is #445933. Grayscale: #B0B0B0. Windows color (decimal): -4479284 or 13412027. OLE color: 13412027.
HSL color Cylindrical-coordinate representation of color #BBA6CC: hue angle of 273.16º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBA6CC is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 166 | 204 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.2 |
| HSL | 273.16º | 0.27% | 0.73% | - |
| HSV(B) | 273.16º | 0.19% | 0.8% | - |
| XYZ | 45.03 | 42.2 | 62.9 | - |
| YUV | 176.61 | 143.46 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 204 | 0.08 | 0.19 | 0 | 0.2 | 273.16 | 0.27 | 0.73 |
| Hex | BB | A6 | CC | 8 | 13 | 0 | 14 | 111 | 1B | 49 |
| Octal | 273 | 246 | 314 | 10 | 23 | 0 | 24 | 421 | 33 | 111 |
| Binary | 10111011 | 10100110 | 11001100 | 1000 | 10011 | 0 | 10100 | 100010001 | 11011 | 1001001 |
Color Harmonies of #BBA6CC
Complementary color
Monochromatic Colors of #BBA6CC
Black with #BBA6CC
Text Example
Text Example
White with #BBA6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA6CC; }
p { color: rgb(187,166,204); }
H1.HeaderClassName
{
color: #BBA6CC;
}
.AnyTagClassName
{
color: #BBA6CC;
}
</style>
background-color css
<style>
a { background-color: #BBA6CC; }
a { background-color: rgb(187,166,204); }
div.DivClassName
{
background-color: #BBA6CC;
}
.BgClassName
{
background-color: #BBA6CC;
}
</style>
border-color css
<style>
span { border-color: #BBA6CC; }
span { border-color: rgb(187,166,204); }
td.TdClassName
{
border-color: #BBA6CC;
}
.TagClassName
{
border-color: #BBA6CC;
}
</style>