Html Css Color HEX #BA96FF Perfume

📋 copy color: '#BA96FF'

red 186 ◦ green 150 ◦ blue 255

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

Shades of Perfume #BA96FF

Tints of Perfume #BA96FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.15%

R = 31.47%
G = 25.38%
B = 43.15%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA96FF (or 0xBA96FF) is known color: Perfume. HEX triplet: BA, 96 and FF. RGB value is (186,150,255). Sum of RGB (Red+Green+Blue) = 186+150+255=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96FF is #456900. Grayscale: #ACACAC. Windows color (decimal): -4548865 or 16750266. OLE color: 16750266.

HSL color Cylindrical-coordinate representation of color #BA96FF: hue angle of 260.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA96FF is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 150 255 -
CMYK 0.27 0.41 0 0
HSL 260.57º 1% 0.79% -
HSV(B) 260.57º 0.41% 1% -
XYZ 49.21 39.47 99.63 -
YUV 172.73 174.43 137.46 -
System Red Green Blue C M Y K H S L
Decimal 186 150 255 0.27 0.41 0 0 260.57 1 0.79
Hex BA 96 FF 1B 29 0 0 105 64 4F
Octal 272 226 377 33 51 0 0 405 144 117
Binary 10111010 10010110 11111111 11011 101001 0 0 100000101 1100100 1001111

Color Harmonies of #BA96FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96FF

Black with #BA96FF

Text Example


Text Example

White with #BA96FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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