Shades of Perfume #BBA3EE
Tints of Perfume #BBA3EE
RGB
CMYK
RGB Variations
Color information
#BBA3EE (or 0xBBA3EE) is known color: Perfume. HEX triplet: BB, A3 and EE. RGB value is (187,163,238). Sum of RGB (Red+Green+Blue) = 187+163+238=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 163 (64.06% from 255 or 27.72% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA3EE is #445C11. Grayscale: #B2B2B2. Windows color (decimal): -4480018 or 15639483. OLE color: 15639483.
HSL color Cylindrical-coordinate representation of color #BBA3EE: hue angle of 259.2º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA3EE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 163 | 238 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.07 |
| HSL | 259.2º | 0.69% | 0.79% | - |
| HSV(B) | 259.2º | 0.32% | 0.93% | - |
| XYZ | 49.02 | 42.93 | 86.59 | - |
| YUV | 178.73 | 161.45 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 238 | 0.21 | 0.32 | 0 | 0.07 | 259.2 | 0.69 | 0.79 |
| Hex | BB | A3 | EE | 15 | 20 | 0 | 7 | 103 | 45 | 4F |
| Octal | 273 | 243 | 356 | 25 | 40 | 0 | 7 | 403 | 105 | 117 |
| Binary | 10111011 | 10100011 | 11101110 | 10101 | 100000 | 0 | 111 | 100000011 | 1000101 | 1001111 |
Color Harmonies of #BBA3EE
Complementary color
Monochromatic Colors of #BBA3EE
Black with #BBA3EE
Text Example
Text Example
White with #BBA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA3EE; }
p { color: rgb(187,163,238); }
H1.HeaderClassName
{
color: #BBA3EE;
}
.AnyTagClassName
{
color: #BBA3EE;
}
</style>
background-color css
<style>
a { background-color: #BBA3EE; }
a { background-color: rgb(187,163,238); }
div.DivClassName
{
background-color: #BBA3EE;
}
.BgClassName
{
background-color: #BBA3EE;
}
</style>
border-color css
<style>
span { border-color: #BBA3EE; }
span { border-color: rgb(187,163,238); }
td.TdClassName
{
border-color: #BBA3EE;
}
.TagClassName
{
border-color: #BBA3EE;
}
</style>