Html Css Color HEX #BA96FA Perfume

📋 copy color: '#BA96FA'

red 186 ◦ green 150 ◦ blue 250

#BA96FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #BA96FA

Tints of Perfume #BA96FA

RGB

 RED value IS 186 (73.05% from 255) = 31.74%

 GREEN value IS 150 (58.98% from 255) = 25.6%

 BLUE value IS 250 (98.05% from 255) = 42.66%

R = 31.74%
G = 25.6%
B = 42.66%

CMYK

 C value IS 0.26

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA96FA (or 0xBA96FA) is known color: Perfume. HEX triplet: BA, 96 and FA. RGB value is (186,150,250). Sum of RGB (Red+Green+Blue) = 186+150+250=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA96FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96FA is #456905. Grayscale: #ABABAB. Windows color (decimal): -4548870 or 16422586. OLE color: 16422586.

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

Color convert

RGB 186 150 250 -
CMYK 0.26 0.4 0 0.02
HSL 261.6º 0.91% 0.78% -
HSV(B) 261.6º 0.4% 0.98% -
XYZ 48.41 39.15 95.45 -
YUV 172.16 171.93 137.87 -
System Red Green Blue C M Y K H S L
Decimal 186 150 250 0.26 0.4 0 0.02 261.6 0.91 0.78
Hex BA 96 FA 1A 28 0 2 106 5B 4E
Octal 272 226 372 32 50 0 2 406 133 116
Binary 10111010 10010110 11111010 11010 101000 0 10 100000110 1011011 1001110

Color Harmonies of #BA96FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96FA

Black with #BA96FA

Text Example


Text Example

White with #BA96FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96FA; }

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

 H1.HeaderClassName
 {
   color: #BA96FA;
 }
 .AnyTagClassName
 {
   color: #BA96FA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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