Shades of Perfume #BBA3E4
Tints of Perfume #BBA3E4
RGB
CMYK
RGB Variations
Color information
#BBA3E4 (or 0xBBA3E4) is known color: Perfume. HEX triplet: BB, A3 and E4. RGB value is (187,163,228). Sum of RGB (Red+Green+Blue) = 187+163+228=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 163 (64.06% from 255 or 28.20% from 578); Blue value is 228 (89.45% from 255 or 39.45% from 578); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBA3E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3E4 is #445C1B. Grayscale: #B1B1B1. Windows color (decimal): -4480028 or 14984123. OLE color: 14984123.
HSL color Cylindrical-coordinate representation of color #BBA3E4: hue angle of 262.15º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA3E4 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 163 | 228 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.11 |
| HSL | 262.15º | 0.55% | 0.77% | - |
| HSV(B) | 262.15º | 0.29% | 0.89% | - |
| XYZ | 47.59 | 42.36 | 79.07 | - |
| YUV | 177.59 | 156.45 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 228 | 0.18 | 0.29 | 0 | 0.11 | 262.15 | 0.55 | 0.77 |
| Hex | BB | A3 | E4 | 12 | 1D | 0 | B | 106 | 37 | 4D |
| Octal | 273 | 243 | 344 | 22 | 35 | 0 | 13 | 406 | 67 | 115 |
| Binary | 10111011 | 10100011 | 11100100 | 10010 | 11101 | 0 | 1011 | 100000110 | 110111 | 1001101 |
Color Harmonies of #BBA3E4
Complementary color
Monochromatic Colors of #BBA3E4
Black with #BBA3E4
Text Example
Text Example
White with #BBA3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA3E4; }
p { color: rgb(187,163,228); }
H1.HeaderClassName
{
color: #BBA3E4;
}
.AnyTagClassName
{
color: #BBA3E4;
}
</style>
background-color css
<style>
a { background-color: #BBA3E4; }
a { background-color: rgb(187,163,228); }
div.DivClassName
{
background-color: #BBA3E4;
}
.BgClassName
{
background-color: #BBA3E4;
}
</style>
border-color css
<style>
span { border-color: #BBA3E4; }
span { border-color: rgb(187,163,228); }
td.TdClassName
{
border-color: #BBA3E4;
}
.TagClassName
{
border-color: #BBA3E4;
}
</style>