Shades of Perfume #BBA2E4
Tints of Perfume #BBA2E4
RGB
CMYK
RGB Variations
Color information
#BBA2E4 (or 0xBBA2E4) is known color: Perfume. HEX triplet: BB, A2 and E4. RGB value is (187,162,228). Sum of RGB (Red+Green+Blue) = 187+162+228=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 162 (63.67% from 255 or 28.08% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBA2E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA2E4 is #445D1B. Grayscale: #B0B0B0. Windows color (decimal): -4480284 or 14983867. OLE color: 14983867.
HSL color Cylindrical-coordinate representation of color #BBA2E4: hue angle of 262.73º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA2E4 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 162 | 228 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.11 |
| HSL | 262.73º | 0.55% | 0.76% | - |
| HSV(B) | 262.73º | 0.29% | 0.89% | - |
| XYZ | 47.42 | 42.01 | 79.01 | - |
| YUV | 177 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 228 | 0.18 | 0.29 | 0 | 0.11 | 262.73 | 0.55 | 0.76 |
| Hex | BB | A2 | E4 | 12 | 1D | 0 | B | 107 | 37 | 4C |
| Octal | 273 | 242 | 344 | 22 | 35 | 0 | 13 | 407 | 67 | 114 |
| Binary | 10111011 | 10100010 | 11100100 | 10010 | 11101 | 0 | 1011 | 100000111 | 110111 | 1001100 |
Color Harmonies of #BBA2E4
Complementary color
Monochromatic Colors of #BBA2E4
Black with #BBA2E4
Text Example
Text Example
White with #BBA2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA2E4; }
p { color: rgb(187,162,228); }
H1.HeaderClassName
{
color: #BBA2E4;
}
.AnyTagClassName
{
color: #BBA2E4;
}
</style>
background-color css
<style>
a { background-color: #BBA2E4; }
a { background-color: rgb(187,162,228); }
div.DivClassName
{
background-color: #BBA2E4;
}
.BgClassName
{
background-color: #BBA2E4;
}
</style>
border-color css
<style>
span { border-color: #BBA2E4; }
span { border-color: rgb(187,162,228); }
td.TdClassName
{
border-color: #BBA2E4;
}
.TagClassName
{
border-color: #BBA2E4;
}
</style>