Shades of Perfume #BBA4DA
Tints of Perfume #BBA4DA
RGB
CMYK
RGB Variations
Color information
#BBA4DA (or 0xBBA4DA) is known color: Perfume. HEX triplet: BB, A4 and DA. RGB value is (187,164,218). Sum of RGB (Red+Green+Blue) = 187+164+218=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBA4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA4DA is #445B25. Grayscale: #B0B0B0. Windows color (decimal): -4479782 or 14329019. OLE color: 14329019.
HSL color Cylindrical-coordinate representation of color #BBA4DA: hue angle of 265.56º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBA4DA is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 164 | 218 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.15 |
| HSL | 265.56º | 0.42% | 0.75% | - |
| HSV(B) | 265.56º | 0.25% | 0.85% | - |
| XYZ | 46.42 | 42.18 | 72.02 | - |
| YUV | 177.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 218 | 0.14 | 0.25 | 0 | 0.15 | 265.56 | 0.42 | 0.75 |
| Hex | BB | A4 | DA | E | 19 | 0 | F | 10A | 2A | 4B |
| Octal | 273 | 244 | 332 | 16 | 31 | 0 | 17 | 412 | 52 | 113 |
| Binary | 10111011 | 10100100 | 11011010 | 1110 | 11001 | 0 | 1111 | 100001010 | 101010 | 1001011 |
Color Harmonies of #BBA4DA
Complementary color
Monochromatic Colors of #BBA4DA
Black with #BBA4DA
Text Example
Text Example
White with #BBA4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4DA; }
p { color: rgb(187,164,218); }
H1.HeaderClassName
{
color: #BBA4DA;
}
.AnyTagClassName
{
color: #BBA4DA;
}
</style>
background-color css
<style>
a { background-color: #BBA4DA; }
a { background-color: rgb(187,164,218); }
div.DivClassName
{
background-color: #BBA4DA;
}
.BgClassName
{
background-color: #BBA4DA;
}
</style>
border-color css
<style>
span { border-color: #BBA4DA; }
span { border-color: rgb(187,164,218); }
td.TdClassName
{
border-color: #BBA4DA;
}
.TagClassName
{
border-color: #BBA4DA;
}
</style>