Shades of Perfume #BBA1FD
Tints of Perfume #BBA1FD
RGB
CMYK
RGB Variations
Color information
#BBA1FD (or 0xBBA1FD) is known color: Perfume. HEX triplet: BB, A1 and FD. RGB value is (187,161,253). Sum of RGB (Red+Green+Blue) = 187+161+253=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBA1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA1FD is #445E02. Grayscale: #B2B2B2. Windows color (decimal): -4480515 or 16622011. OLE color: 16622011.
HSL color Cylindrical-coordinate representation of color #BBA1FD: hue angle of 256.96º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBA1FD is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 161 | 253 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.01 |
| HSL | 256.96º | 0.96% | 0.81% | - |
| HSV(B) | 256.96º | 0.36% | 0.99% | - |
| XYZ | 50.97 | 43.15 | 98.57 | - |
| YUV | 179.26 | 169.61 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 253 | 0.26 | 0.36 | 0 | 0.01 | 256.96 | 0.96 | 0.81 |
| Hex | BB | A1 | FD | 1A | 24 | 0 | 1 | 101 | 60 | 51 |
| Octal | 273 | 241 | 375 | 32 | 44 | 0 | 1 | 401 | 140 | 121 |
| Binary | 10111011 | 10100001 | 11111101 | 11010 | 100100 | 0 | 1 | 100000001 | 1100000 | 1010001 |
Color Harmonies of #BBA1FD
Complementary color
Monochromatic Colors of #BBA1FD
Black with #BBA1FD
Text Example
Text Example
White with #BBA1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA1FD; }
p { color: rgb(187,161,253); }
H1.HeaderClassName
{
color: #BBA1FD;
}
.AnyTagClassName
{
color: #BBA1FD;
}
</style>
background-color css
<style>
a { background-color: #BBA1FD; }
a { background-color: rgb(187,161,253); }
div.DivClassName
{
background-color: #BBA1FD;
}
.BgClassName
{
background-color: #BBA1FD;
}
</style>
border-color css
<style>
span { border-color: #BBA1FD; }
span { border-color: rgb(187,161,253); }
td.TdClassName
{
border-color: #BBA1FD;
}
.TagClassName
{
border-color: #BBA1FD;
}
</style>