Shades of Perfume #BBA4D2
Tints of Perfume #BBA4D2
RGB
CMYK
RGB Variations
Color information
#BBA4D2 (or 0xBBA4D2) is known color: Perfume. HEX triplet: BB, A4 and D2. RGB value is (187,164,210). Sum of RGB (Red+Green+Blue) = 187+164+210=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBA4D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4D2 is #445B2D. Grayscale: #AFAFAF. Windows color (decimal): -4479790 or 13804731. OLE color: 13804731.
HSL color Cylindrical-coordinate representation of color #BBA4D2: hue angle of 270º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBA4D2 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 164 | 210 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.18 |
| HSL | 270º | 0.34% | 0.73% | - |
| HSV(B) | 270º | 0.22% | 0.82% | - |
| XYZ | 45.4 | 41.77 | 66.64 | - |
| YUV | 176.12 | 147.12 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 210 | 0.11 | 0.22 | 0 | 0.18 | 270 | 0.34 | 0.73 |
| Hex | BB | A4 | D2 | B | 16 | 0 | 12 | 10E | 22 | 49 |
| Octal | 273 | 244 | 322 | 13 | 26 | 0 | 22 | 416 | 42 | 111 |
| Binary | 10111011 | 10100100 | 11010010 | 1011 | 10110 | 0 | 10010 | 100001110 | 100010 | 1001001 |
Color Harmonies of #BBA4D2
Complementary color
Monochromatic Colors of #BBA4D2
Black with #BBA4D2
Text Example
Text Example
White with #BBA4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4D2; }
p { color: rgb(187,164,210); }
H1.HeaderClassName
{
color: #BBA4D2;
}
.AnyTagClassName
{
color: #BBA4D2;
}
</style>
background-color css
<style>
a { background-color: #BBA4D2; }
a { background-color: rgb(187,164,210); }
div.DivClassName
{
background-color: #BBA4D2;
}
.BgClassName
{
background-color: #BBA4D2;
}
</style>
border-color css
<style>
span { border-color: #BBA4D2; }
span { border-color: rgb(187,164,210); }
td.TdClassName
{
border-color: #BBA4D2;
}
.TagClassName
{
border-color: #BBA4D2;
}
</style>