Shades of Perfume #BBA4F2
Tints of Perfume #BBA4F2
RGB
CMYK
RGB Variations
Color information
#BBA4F2 (or 0xBBA4F2) is known color: Perfume. HEX triplet: BB, A4 and F2. RGB value is (187,164,242). Sum of RGB (Red+Green+Blue) = 187+164+242=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBA4F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4F2 is #445B0D. Grayscale: #B3B3B3. Windows color (decimal): -4479758 or 15901883. OLE color: 15901883.
HSL color Cylindrical-coordinate representation of color #BBA4F2: hue angle of 257.69º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBA4F2 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 164 | 242 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.05 |
| HSL | 257.69º | 0.75% | 0.8% | - |
| HSV(B) | 257.69º | 0.32% | 0.95% | - |
| XYZ | 49.8 | 43.53 | 89.78 | - |
| YUV | 179.77 | 163.12 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 242 | 0.23 | 0.32 | 0 | 0.05 | 257.69 | 0.75 | 0.8 |
| Hex | BB | A4 | F2 | 17 | 20 | 0 | 5 | 102 | 4B | 50 |
| Octal | 273 | 244 | 362 | 27 | 40 | 0 | 5 | 402 | 113 | 120 |
| Binary | 10111011 | 10100100 | 11110010 | 10111 | 100000 | 0 | 101 | 100000010 | 1001011 | 1010000 |
Color Harmonies of #BBA4F2
Complementary color
Monochromatic Colors of #BBA4F2
Black with #BBA4F2
Text Example
Text Example
White with #BBA4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4F2; }
p { color: rgb(187,164,242); }
H1.HeaderClassName
{
color: #BBA4F2;
}
.AnyTagClassName
{
color: #BBA4F2;
}
</style>
background-color css
<style>
a { background-color: #BBA4F2; }
a { background-color: rgb(187,164,242); }
div.DivClassName
{
background-color: #BBA4F2;
}
.BgClassName
{
background-color: #BBA4F2;
}
</style>
border-color css
<style>
span { border-color: #BBA4F2; }
span { border-color: rgb(187,164,242); }
td.TdClassName
{
border-color: #BBA4F2;
}
.TagClassName
{
border-color: #BBA4F2;
}
</style>