Html Css Color HEX #BA96F7 Perfume

📋 copy color: '#BA96F7'

red 186 ◦ green 150 ◦ blue 247

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

Shades of Perfume #BA96F7

Tints of Perfume #BA96F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 42.37%

R = 31.9%
G = 25.73%
B = 42.37%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA96F7 (or 0xBA96F7) is known color: Perfume. HEX triplet: BA, 96 and F7. RGB value is (186,150,247). Sum of RGB (Red+Green+Blue) = 186+150+247=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 150 (58.98% from 255 or 25.73% from 583); Blue value is 247 (96.88% from 255 or 42.37% from 583); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA96F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA96F7 is #456908. Grayscale: #ABABAB. Windows color (decimal): -4548873 or 16225978. OLE color: 16225978.

HSL color Cylindrical-coordinate representation of color #BA96F7: hue angle of 262.27º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA96F7 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 150 247 -
CMYK 0.25 0.39 0 0.03
HSL 262.27º 0.86% 0.78% -
HSV(B) 262.27º 0.39% 0.97% -
XYZ 47.94 38.97 92.99 -
YUV 171.82 170.43 138.11 -
System Red Green Blue C M Y K H S L
Decimal 186 150 247 0.25 0.39 0 0.03 262.27 0.86 0.78
Hex BA 96 F7 19 27 0 3 106 56 4E
Octal 272 226 367 31 47 0 3 406 126 116
Binary 10111010 10010110 11110111 11001 100111 0 11 100000110 1010110 1001110

Color Harmonies of #BA96F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA96F7

Black with #BA96F7

Text Example


Text Example

White with #BA96F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA96F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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