Shades of Perfume #BBA0D2
Tints of Perfume #BBA0D2
RGB
CMYK
RGB Variations
Color information
#BBA0D2 (or 0xBBA0D2) is known color: Perfume. HEX triplet: BB, A0 and D2. RGB value is (187,160,210). Sum of RGB (Red+Green+Blue) = 187+160+210=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBA0D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0D2 is #445F2D. Grayscale: #ADADAD. Windows color (decimal): -4480814 or 13803707. OLE color: 13803707.
HSL color Cylindrical-coordinate representation of color #BBA0D2: hue angle of 272.4º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBA0D2 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 160 | 210 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.18 |
| HSL | 272.4º | 0.36% | 0.73% | - |
| HSV(B) | 272.4º | 0.24% | 0.82% | - |
| XYZ | 44.7 | 40.36 | 66.41 | - |
| YUV | 173.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 210 | 0.11 | 0.24 | 0 | 0.18 | 272.4 | 0.36 | 0.73 |
| Hex | BB | A0 | D2 | B | 18 | 0 | 12 | 110 | 24 | 49 |
| Octal | 273 | 240 | 322 | 13 | 30 | 0 | 22 | 420 | 44 | 111 |
| Binary | 10111011 | 10100000 | 11010010 | 1011 | 11000 | 0 | 10010 | 100010000 | 100100 | 1001001 |
Color Harmonies of #BBA0D2
Complementary color
Monochromatic Colors of #BBA0D2
Black with #BBA0D2
Text Example
Text Example
White with #BBA0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA0D2; }
p { color: rgb(187,160,210); }
H1.HeaderClassName
{
color: #BBA0D2;
}
.AnyTagClassName
{
color: #BBA0D2;
}
</style>
background-color css
<style>
a { background-color: #BBA0D2; }
a { background-color: rgb(187,160,210); }
div.DivClassName
{
background-color: #BBA0D2;
}
.BgClassName
{
background-color: #BBA0D2;
}
</style>
border-color css
<style>
span { border-color: #BBA0D2; }
span { border-color: rgb(187,160,210); }
td.TdClassName
{
border-color: #BBA0D2;
}
.TagClassName
{
border-color: #BBA0D2;
}
</style>