#BA95E6

Color #BA95E6 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BA95E6

Tints of Perfume #BA95E6

Color information

#BA95E6 (or 0xBA95E6) is unknown color: approx 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

RGB186149230-
CMYK0.190.3500.10
HSL267.41º61.83%74.31%-
HSV(B)267.41º35.22%90.2%-
XYZ45.2837.6579.74-
YUV169.3162.26139.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 32.92%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 230 (90.23% from 255) = 40.71%
R=32.92%
G=26.37%
B=40.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1861492300.190.3500.10267.4161.8374.31
HexBA95E613230A10b3e4a
Octal272225346234301241376112
Binary10111010100101011110011010011100011010101000010111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA95E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>