Shades of Perfume #BBA6DF
Tints of Perfume #BBA6DF
RGB
CMYK
RGB Variations
Color information
#BBA6DF (or 0xBBA6DF) is known color: Perfume. HEX triplet: BB, A6 and DF. RGB value is (187,166,223). Sum of RGB (Red+Green+Blue) = 187+166+223=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6DF is #445920. Grayscale: #B2B2B2. Windows color (decimal): -4479265 or 14657211. OLE color: 14657211.
HSL color Cylindrical-coordinate representation of color #BBA6DF: hue angle of 262.11º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBA6DF is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 166 | 223 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.13 |
| HSL | 262.11º | 0.47% | 0.76% | - |
| HSV(B) | 262.11º | 0.26% | 0.87% | - |
| XYZ | 47.45 | 43.16 | 75.64 | - |
| YUV | 178.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 223 | 0.16 | 0.26 | 0 | 0.13 | 262.11 | 0.47 | 0.76 |
| Hex | BB | A6 | DF | 10 | 1A | 0 | D | 106 | 2F | 4C |
| Octal | 273 | 246 | 337 | 20 | 32 | 0 | 15 | 406 | 57 | 114 |
| Binary | 10111011 | 10100110 | 11011111 | 10000 | 11010 | 0 | 1101 | 100000110 | 101111 | 1001100 |
Color Harmonies of #BBA6DF
Complementary color
Monochromatic Colors of #BBA6DF
Black with #BBA6DF
Text Example
Text Example
White with #BBA6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA6DF; }
p { color: rgb(187,166,223); }
H1.HeaderClassName
{
color: #BBA6DF;
}
.AnyTagClassName
{
color: #BBA6DF;
}
</style>
background-color css
<style>
a { background-color: #BBA6DF; }
a { background-color: rgb(187,166,223); }
div.DivClassName
{
background-color: #BBA6DF;
}
.BgClassName
{
background-color: #BBA6DF;
}
</style>
border-color css
<style>
span { border-color: #BBA6DF; }
span { border-color: rgb(187,166,223); }
td.TdClassName
{
border-color: #BBA6DF;
}
.TagClassName
{
border-color: #BBA6DF;
}
</style>