#BA8CFA

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

Shades of Perfume #BA8CFA

Tints of Perfume #BA8CFA

Color information

#BA8CFA (or 0xBA8CFA) is unknown color: approx Perfume. HEX triplet: BA, 8C and FA. RGB value is (186,140,250). Sum of RGB (Red+Green+Blue) = 186+140+250=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA8CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA8CFA is #457305. Grayscale: #A5A5A5. Windows color (decimal): -4551430 or 16420026. OLE color: 16420026.

HSL color Cylindrical-coordinate representation of color #BA8CFA: hue angle of 265.09º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA8CFA is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186140250-
CMYK0.260.4400.02
HSL265.09º91.67%76.47%-
HSV(B)265.09º44%98.04%-
XYZ46.8836.194.94-
YUV166.29175.24142.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 140 (55.08% from 255) = 24.31%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=32.29%
G=24.31%
B=43.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861402500.260.4400.02265.0991.6776.47
HexBA8CFA1A2C021095c4c
Octal272214372325402411134114
Binary1011101010001100111110101101010110001010000100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA8CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA8CFA; }

 p { color: rgb(186,140,250); }

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

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

 a { background-color: rgb(186,140,250); }

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

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

 span { border-color: rgb(186,140,250); }

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