Html Css Color HEX #BA97EF Perfume

📋 copy color: '#BA97EF'

red 186 ◦ green 151 ◦ blue 239

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

Shades of Perfume #BA97EF

Tints of Perfume #BA97EF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.22%

 BLUE value IS 239 (93.75% from 255) = 41.49%

R = 32.29%
G = 26.22%
B = 41.49%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA97EF (or 0xBA97EF) is known color: Perfume. HEX triplet: BA, 97 and EF. RGB value is (186,151,239). Sum of RGB (Red+Green+Blue) = 186+151+239=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 151 (59.38% from 255 or 26.22% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA97EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA97EF is #456810. Grayscale: #ABABAB. Windows color (decimal): -4548625 or 15701946. OLE color: 15701946.

HSL color Cylindrical-coordinate representation of color #BA97EF: hue angle of 263.86º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA97EF is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 151 239 -
CMYK 0.22 0.37 0 0.06
HSL 263.86º 0.73% 0.76% -
HSV(B) 263.86º 0.37% 0.94% -
XYZ 46.9 38.8 86.68 -
YUV 171.5 166.1 138.34 -
System Red Green Blue C M Y K H S L
Decimal 186 151 239 0.22 0.37 0 0.06 263.86 0.73 0.76
Hex BA 97 EF 16 25 0 6 108 49 4C
Octal 272 227 357 26 45 0 6 410 111 114
Binary 10111010 10010111 11101111 10110 100101 0 110 100001000 1001001 1001100

Color Harmonies of #BA97EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA97EF

Black with #BA97EF

Text Example


Text Example

White with #BA97EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA97EF; }

 p { color: rgb(186,151,239); }

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

background-color css

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

 a { background-color: rgb(186,151,239); }

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

border-color css

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

 span { border-color: rgb(186,151,239); }

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