Shades of Perfume #BBA3D0
Tints of Perfume #BBA3D0
RGB
CMYK
RGB Variations
Color information
#BBA3D0 (or 0xBBA3D0) is known color: Perfume. HEX triplet: BB, A3 and D0. RGB value is (187,163,208). Sum of RGB (Red+Green+Blue) = 187+163+208=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBA3D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3D0 is #445C2F. Grayscale: #AFAFAF. Windows color (decimal): -4480048 or 13673403. OLE color: 13673403.
HSL color Cylindrical-coordinate representation of color #BBA3D0: hue angle of 272º degrees, saturation: 0.32, 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 #BBA3D0 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 163 | 208 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.18 |
| HSL | 272º | 0.32% | 0.73% | - |
| HSV(B) | 272º | 0.22% | 0.82% | - |
| XYZ | 44.98 | 41.31 | 65.28 | - |
| YUV | 175.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 208 | 0.10 | 0.22 | 0 | 0.18 | 272 | 0.32 | 0.73 |
| Hex | BB | A3 | D0 | A | 16 | 0 | 12 | 110 | 20 | 49 |
| Octal | 273 | 243 | 320 | 12 | 26 | 0 | 22 | 420 | 40 | 111 |
| Binary | 10111011 | 10100011 | 11010000 | 1010 | 10110 | 0 | 10010 | 100010000 | 100000 | 1001001 |
Color Harmonies of #BBA3D0
Complementary color
Monochromatic Colors of #BBA3D0
Black with #BBA3D0
Text Example
Text Example
White with #BBA3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA3D0; }
p { color: rgb(187,163,208); }
H1.HeaderClassName
{
color: #BBA3D0;
}
.AnyTagClassName
{
color: #BBA3D0;
}
</style>
background-color css
<style>
a { background-color: #BBA3D0; }
a { background-color: rgb(187,163,208); }
div.DivClassName
{
background-color: #BBA3D0;
}
.BgClassName
{
background-color: #BBA3D0;
}
</style>
border-color css
<style>
span { border-color: #BBA3D0; }
span { border-color: rgb(187,163,208); }
td.TdClassName
{
border-color: #BBA3D0;
}
.TagClassName
{
border-color: #BBA3D0;
}
</style>