#BA9FCF

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

Shades of Perfume #BA9FCF

Tints of Perfume #BA9FCF

Color information

#BA9FCF (or 0xBA9FCF) is unknown color: approx Perfume. HEX triplet: BA, 9F and CF. RGB value is (186,159,207). Sum of RGB (Red+Green+Blue) = 186+159+207=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA9FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FCF is #456030. Grayscale: #ACACAC. Windows color (decimal): -4546609 or 13606842. OLE color: 13606842.

HSL color Cylindrical-coordinate representation of color #BA9FCF: hue angle of 273.75º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA9FCF is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB186159207-
CMYK0.100.2300.19
HSL273.75º33.33%71.76%-
HSV(B)273.75º23.19%81.18%-
XYZ43.9139.7464.39-
YUV172.54147.45137.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 159 (62.5% from 255) = 28.80%
BLUE value IS 207 (81.25% from 255) = 37.5%
R=33.70%
G=28.80%
B=37.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1861592070.100.2300.19273.7533.3371.76
HexBA9FCFA170131122148
Octal272237317122702342241110
Binary1011101010011111110011111010101110100111000100101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FCF; }

 p { color: rgb(186,159,207); }

 H1.HeaderClassName
 {
   color: #BA9FCF;
 }
 .AnyTagClassName
 {
   color: #BA9FCF;
 }
</style>
background-color css

<style>
 a { background-color: #BA9FCF; }

 a { background-color: rgb(186,159,207); }

 div.DivClassName
 {
   background-color: #BA9FCF;
 }
 .BgClassName
 {
   background-color: #BA9FCF;
 }
</style>
border-color css

<style>
 span { border-color: #BA9FCF; }

 span { border-color: rgb(186,159,207); }

 td.TdClassName
 {
   border-color: #BA9FCF;
 }
 .TagClassName
 {
   border-color: #BA9FCF;
 }
</style>