Shades of Perfume #BBA5D0
Tints of Perfume #BBA5D0
RGB
CMYK
RGB Variations
Color information
#BBA5D0 (or 0xBBA5D0) is known color: Perfume. HEX triplet: BB, A5 and D0. RGB value is (187,165,208). Sum of RGB (Red+Green+Blue) = 187+165+208=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 165 (64.84% from 255 or 29.46% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBA5D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA5D0 is #445A2F. Grayscale: #B0B0B0. Windows color (decimal): -4479536 or 13673915. OLE color: 13673915.
HSL color Cylindrical-coordinate representation of color #BBA5D0: hue angle of 270.7º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBA5D0 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 165 | 208 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.18 |
| HSL | 270.7º | 0.31% | 0.73% | - |
| HSV(B) | 270.7º | 0.21% | 0.82% | - |
| XYZ | 45.33 | 42.03 | 65.4 | - |
| YUV | 176.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 208 | 0.10 | 0.21 | 0 | 0.18 | 270.7 | 0.31 | 0.73 |
| Hex | BB | A5 | D0 | A | 15 | 0 | 12 | 10F | 1F | 49 |
| Octal | 273 | 245 | 320 | 12 | 25 | 0 | 22 | 417 | 37 | 111 |
| Binary | 10111011 | 10100101 | 11010000 | 1010 | 10101 | 0 | 10010 | 100001111 | 11111 | 1001001 |
Color Harmonies of #BBA5D0
Complementary color
Monochromatic Colors of #BBA5D0
Black with #BBA5D0
Text Example
Text Example
White with #BBA5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA5D0; }
p { color: rgb(187,165,208); }
H1.HeaderClassName
{
color: #BBA5D0;
}
.AnyTagClassName
{
color: #BBA5D0;
}
</style>
background-color css
<style>
a { background-color: #BBA5D0; }
a { background-color: rgb(187,165,208); }
div.DivClassName
{
background-color: #BBA5D0;
}
.BgClassName
{
background-color: #BBA5D0;
}
</style>
border-color css
<style>
span { border-color: #BBA5D0; }
span { border-color: rgb(187,165,208); }
td.TdClassName
{
border-color: #BBA5D0;
}
.TagClassName
{
border-color: #BBA5D0;
}
</style>