Shades of Perfume #BBA5EF
Tints of Perfume #BBA5EF
RGB
CMYK
RGB Variations
Color information
#BBA5EF (or 0xBBA5EF) is known color: Perfume. HEX triplet: BB, A5 and EF. RGB value is (187,165,239). Sum of RGB (Red+Green+Blue) = 187+165+239=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBA5EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA5EF is #445A10. Grayscale: #B3B3B3. Windows color (decimal): -4479505 or 15705531. OLE color: 15705531.
HSL color Cylindrical-coordinate representation of color #BBA5EF: hue angle of 257.84º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBA5EF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 165 | 239 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.06 |
| HSL | 257.84º | 0.7% | 0.79% | - |
| HSV(B) | 257.84º | 0.31% | 0.94% | - |
| XYZ | 49.53 | 43.71 | 87.49 | - |
| YUV | 180.01 | 161.29 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 239 | 0.22 | 0.31 | 0 | 0.06 | 257.84 | 0.7 | 0.79 |
| Hex | BB | A5 | EF | 16 | 1F | 0 | 6 | 102 | 46 | 4F |
| Octal | 273 | 245 | 357 | 26 | 37 | 0 | 6 | 402 | 106 | 117 |
| Binary | 10111011 | 10100101 | 11101111 | 10110 | 11111 | 0 | 110 | 100000010 | 1000110 | 1001111 |
Color Harmonies of #BBA5EF
Complementary color
Monochromatic Colors of #BBA5EF
Black with #BBA5EF
Text Example
Text Example
White with #BBA5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA5EF; }
p { color: rgb(187,165,239); }
H1.HeaderClassName
{
color: #BBA5EF;
}
.AnyTagClassName
{
color: #BBA5EF;
}
</style>
background-color css
<style>
a { background-color: #BBA5EF; }
a { background-color: rgb(187,165,239); }
div.DivClassName
{
background-color: #BBA5EF;
}
.BgClassName
{
background-color: #BBA5EF;
}
</style>
border-color css
<style>
span { border-color: #BBA5EF; }
span { border-color: rgb(187,165,239); }
td.TdClassName
{
border-color: #BBA5EF;
}
.TagClassName
{
border-color: #BBA5EF;
}
</style>