#BA9CFC

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

Shades of Perfume #BA9CFC

Tints of Perfume #BA9CFC

Color information

#BA9CFC (or 0xBA9CFC) is unknown color: approx Perfume. HEX triplet: BA, 9C and FC. RGB value is (186,156,252). Sum of RGB (Red+Green+Blue) = 186+156+252=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA9CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9CFC is #456303. Grayscale: #AFAFAF. Windows color (decimal): -4547332 or 16555194. OLE color: 16555194.

HSL color Cylindrical-coordinate representation of color #BA9CFC: hue angle of 258.75º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BA9CFC is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186156252-
CMYK0.260.3800.01
HSL258.75º94.12%80%-
HSV(B)258.75º38.1%98.82%-
XYZ49.7141.2497.44-
YUV175.91170.94135.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.31%
GREEN value IS 156 (61.33% from 255) = 26.26%
BLUE value IS 252 (98.83% from 255) = 42.42%
R=31.31%
G=26.26%
B=42.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861562520.260.3800.01258.7594.1280
HexBA9CFC1A26011035e50
Octal272234374324601403136120
Binary101110101001110011111100110101001100110000001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CFC; }

 p { color: rgb(186,156,252); }

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

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

 a { background-color: rgb(186,156,252); }

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

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

 span { border-color: rgb(186,156,252); }

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