Shades of Perfume #BBA4F3
Tints of Perfume #BBA4F3
RGB
CMYK
RGB Variations
Color information
#BBA4F3 (or 0xBBA4F3) is known color: Perfume. HEX triplet: BB, A4 and F3. RGB value is (187,164,243). Sum of RGB (Red+Green+Blue) = 187+164+243=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 164 (64.45% from 255 or 27.61% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBA4F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA4F3 is #445B0C. Grayscale: #B3B3B3. Windows color (decimal): -4479757 or 15967419. OLE color: 15967419.
HSL color Cylindrical-coordinate representation of color #BBA4F3: hue angle of 257.47º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBA4F3 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 164 | 243 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.05 |
| HSL | 257.47º | 0.77% | 0.8% | - |
| HSV(B) | 257.47º | 0.33% | 0.95% | - |
| XYZ | 49.95 | 43.59 | 90.57 | - |
| YUV | 179.88 | 163.62 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 243 | 0.23 | 0.33 | 0 | 0.05 | 257.47 | 0.77 | 0.8 |
| Hex | BB | A4 | F3 | 17 | 21 | 0 | 5 | 101 | 4D | 50 |
| Octal | 273 | 244 | 363 | 27 | 41 | 0 | 5 | 401 | 115 | 120 |
| Binary | 10111011 | 10100100 | 11110011 | 10111 | 100001 | 0 | 101 | 100000001 | 1001101 | 1010000 |
Color Harmonies of #BBA4F3
Complementary color
Monochromatic Colors of #BBA4F3
Black with #BBA4F3
Text Example
Text Example
White with #BBA4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA4F3; }
p { color: rgb(187,164,243); }
H1.HeaderClassName
{
color: #BBA4F3;
}
.AnyTagClassName
{
color: #BBA4F3;
}
</style>
background-color css
<style>
a { background-color: #BBA4F3; }
a { background-color: rgb(187,164,243); }
div.DivClassName
{
background-color: #BBA4F3;
}
.BgClassName
{
background-color: #BBA4F3;
}
</style>
border-color css
<style>
span { border-color: #BBA4F3; }
span { border-color: rgb(187,164,243); }
td.TdClassName
{
border-color: #BBA4F3;
}
.TagClassName
{
border-color: #BBA4F3;
}
</style>