#BA9CFD

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

Shades of Perfume #BA9CFD

Tints of Perfume #BA9CFD

Color information

#BA9CFD (or 0xBA9CFD) is unknown color: approx Perfume. HEX triplet: BA, 9C and FD. RGB value is (186,156,253). Sum of RGB (Red+Green+Blue) = 186+156+253=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA9CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9CFD is #456302. Grayscale: #AFAFAF. Windows color (decimal): -4547331 or 16620730. OLE color: 16620730.

HSL color Cylindrical-coordinate representation of color #BA9CFD: hue angle of 258.56º degrees, saturation: 0.96, 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 #BA9CFD is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186156253-
CMYK0.260.3800.01
HSL258.56º96.04%80.2%-
HSV(B)258.56º38.34%99.22%-
XYZ49.8741.3198.27-
YUV176.03171.44135.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 156 (61.33% from 255) = 26.22%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=31.26%
G=26.22%
B=42.52%

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
Decimal1861562530.260.3800.01258.5696.0480.2
HexBA9CFD1A26011036050
Octal272234375324601403140120
Binary101110101001110011111101110101001100110000001111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9CFD; }

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

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

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

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

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

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

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

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