Shades of Perfume #BA8CFD
Tints of Perfume #BA8CFD
RGB
CMYK
RGB Variations
Color information
#BA8CFD (or 0xBA8CFD) is known color: Perfume. HEX triplet: BA, 8C and FD. RGB value is (186,140,253). Sum of RGB (Red+Green+Blue) = 186+140+253=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA8CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8CFD is #457302. Grayscale: #A6A6A6. Windows color (decimal): -4551427 or 16616634. OLE color: 16616634.
HSL color Cylindrical-coordinate representation of color #BA8CFD: hue angle of 264.42º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA8CFD is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 140 | 253 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.01 |
| HSL | 264.42º | 0.97% | 0.77% | - |
| HSV(B) | 264.42º | 0.45% | 0.99% | - |
| XYZ | 47.36 | 36.29 | 97.44 | - |
| YUV | 166.64 | 176.74 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 140 | 253 | 0.26 | 0.45 | 0 | 0.01 | 264.42 | 0.97 | 0.77 |
| Hex | BA | 8C | FD | 1A | 2D | 0 | 1 | 108 | 61 | 4D |
| Octal | 272 | 214 | 375 | 32 | 55 | 0 | 1 | 410 | 141 | 115 |
| Binary | 10111010 | 10001100 | 11111101 | 11010 | 101101 | 0 | 1 | 100001000 | 1100001 | 1001101 |
Color Harmonies of #BA8CFD
Complementary color
Monochromatic Colors of #BA8CFD
Black with #BA8CFD
Text Example
Text Example
White with #BA8CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA8CFD; }
p { color: rgb(186,140,253); }
H1.HeaderClassName
{
color: #BA8CFD;
}
.AnyTagClassName
{
color: #BA8CFD;
}
</style>
background-color css
<style>
a { background-color: #BA8CFD; }
a { background-color: rgb(186,140,253); }
div.DivClassName
{
background-color: #BA8CFD;
}
.BgClassName
{
background-color: #BA8CFD;
}
</style>
border-color css
<style>
span { border-color: #BA8CFD; }
span { border-color: rgb(186,140,253); }
td.TdClassName
{
border-color: #BA8CFD;
}
.TagClassName
{
border-color: #BA8CFD;
}
</style>