Shades of Perfume #BBA4CC
Tints of Perfume #BBA4CC
RGB
CMYK
RGB Variations
Color information
#BBA4CC (or 0xBBA4CC) is known color: Perfume. HEX triplet: BB, A4 and CC. RGB value is (187,164,204). Sum of RGB (Red+Green+Blue) = 187+164+204=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBA4CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4CC is #445B33. Grayscale: #AFAFAF. Windows color (decimal): -4479796 or 13411515. OLE color: 13411515.
HSL color Cylindrical-coordinate representation of color #BBA4CC: hue angle of 274.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBA4CC is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 164 | 204 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.2 |
| HSL | 274.5º | 0.28% | 0.72% | - |
| HSV(B) | 274.5º | 0.2% | 0.8% | - |
| XYZ | 44.67 | 41.48 | 62.78 | - |
| YUV | 175.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 204 | 0.08 | 0.20 | 0 | 0.2 | 274.5 | 0.28 | 0.72 |
| Hex | BB | A4 | CC | 8 | 14 | 0 | 14 | 112 | 1C | 48 |
| Octal | 273 | 244 | 314 | 10 | 24 | 0 | 24 | 422 | 34 | 110 |
| Binary | 10111011 | 10100100 | 11001100 | 1000 | 10100 | 0 | 10100 | 100010010 | 11100 | 1001000 |
Color Harmonies of #BBA4CC
Complementary color
Monochromatic Colors of #BBA4CC
Black with #BBA4CC
Text Example
Text Example
White with #BBA4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4CC; }
p { color: rgb(187,164,204); }
H1.HeaderClassName
{
color: #BBA4CC;
}
.AnyTagClassName
{
color: #BBA4CC;
}
</style>
background-color css
<style>
a { background-color: #BBA4CC; }
a { background-color: rgb(187,164,204); }
div.DivClassName
{
background-color: #BBA4CC;
}
.BgClassName
{
background-color: #BBA4CC;
}
</style>
border-color css
<style>
span { border-color: #BBA4CC; }
span { border-color: rgb(187,164,204); }
td.TdClassName
{
border-color: #BBA4CC;
}
.TagClassName
{
border-color: #BBA4CC;
}
</style>