Shades of Perfume #BA95E6
Tints of Perfume #BA95E6
RGB
CMYK
RGB Variations
Color information
#BA95E6 (or 0xBA95E6) is known color: Perfume. HEX triplet: BA, 95 and E6. RGB value is (186,149,230). Sum of RGB (Red+Green+Blue) = 186+149+230=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA95E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA95E6 is #456A19. Grayscale: #A9A9A9. Windows color (decimal): -4549146 or 15111610. OLE color: 15111610.
HSL color Cylindrical-coordinate representation of color #BA95E6: hue angle of 267.41º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA95E6 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 149 | 230 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.10 |
| HSL | 267.41º | 0.62% | 0.74% | - |
| HSV(B) | 267.41º | 0.35% | 0.9% | - |
| XYZ | 45.28 | 37.65 | 79.74 | - |
| YUV | 169.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 230 | 0.19 | 0.35 | 0 | 0.10 | 267.41 | 0.62 | 0.74 |
| Hex | BA | 95 | E6 | 13 | 23 | 0 | A | 10B | 3E | 4A |
| Octal | 272 | 225 | 346 | 23 | 43 | 0 | 12 | 413 | 76 | 112 |
| Binary | 10111010 | 10010101 | 11100110 | 10011 | 100011 | 0 | 1010 | 100001011 | 111110 | 1001010 |
Color Harmonies of #BA95E6
Complementary color
Monochromatic Colors of #BA95E6
Black with #BA95E6
Text Example
Text Example
White with #BA95E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA95E6; }
p { color: rgb(186,149,230); }
H1.HeaderClassName
{
color: #BA95E6;
}
.AnyTagClassName
{
color: #BA95E6;
}
</style>
background-color css
<style>
a { background-color: #BA95E6; }
a { background-color: rgb(186,149,230); }
div.DivClassName
{
background-color: #BA95E6;
}
.BgClassName
{
background-color: #BA95E6;
}
</style>
border-color css
<style>
span { border-color: #BA95E6; }
span { border-color: rgb(186,149,230); }
td.TdClassName
{
border-color: #BA95E6;
}
.TagClassName
{
border-color: #BA95E6;
}
</style>