#BA9FCA

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

Shades of Perfume #BA9FCA

Tints of Perfume #BA9FCA

Color information

#BA9FCA (or 0xBA9FCA) is unknown color: approx Perfume. HEX triplet: BA, 9F and CA. RGB value is (186,159,202). Sum of RGB (Red+Green+Blue) = 186+159+202=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA9FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9FCA is #456035. Grayscale: #ABABAB. Windows color (decimal): -4546614 or 13279162. OLE color: 13279162.

HSL color Cylindrical-coordinate representation of color #BA9FCA: hue angle of 277.67º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA9FCA is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186159202-
CMYK0.080.2100.21
HSL277.67º28.86%70.78%-
HSV(B)277.67º21.29%79.22%-
XYZ43.3139.561.22-
YUV171.98144.95138-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=34.00%
G=29.07%
B=36.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861592020.080.2100.21277.6728.8670.78
HexBA9FCA8150151161d47
Octal272237312102502542635107
Binary101110101001111111001010100010101010101100010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9FCA; }

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

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

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

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

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

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

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

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