Html Css Color HEX #BA9FF5 Perfume

📋 copy color: '#BA9FF5'

red 186 ◦ green 159 ◦ blue 245

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

Shades of Perfume #BA9FF5

Tints of Perfume #BA9FF5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.95%

 BLUE value IS 245 (96.09% from 255) = 41.53%

R = 31.53%
G = 26.95%
B = 41.53%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BA9FF5 (or 0xBA9FF5) is known color: Perfume. HEX triplet: BA, 9F and F5. RGB value is (186,159,245). Sum of RGB (Red+Green+Blue) = 186+159+245=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 245 (96.09% from 255 or 41.53% from 590); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA9FF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9FF5 is #45600A. Grayscale: #B0B0B0. Windows color (decimal): -4546571 or 16097210. OLE color: 16097210.

HSL color Cylindrical-coordinate representation of color #BA9FF5: hue angle of 258.84º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA9FF5 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 159 245 -
CMYK 0.24 0.35 0 0.04
HSL 258.84º 0.81% 0.79% -
HSV(B) 258.84º 0.35% 0.96% -
XYZ 49.13 41.83 91.87 -
YUV 176.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 186 159 245 0.24 0.35 0 0.04 258.84 0.81 0.79
Hex BA 9F F5 18 23 0 4 103 51 4F
Octal 272 237 365 30 43 0 4 403 121 117
Binary 10111010 10011111 11110101 11000 100011 0 100 100000011 1010001 1001111

Color Harmonies of #BA9FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9FF5

Black with #BA9FF5

Text Example


Text Example

White with #BA9FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9FF5; }

 p { color: rgb(186,159,245); }

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

background-color css

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

 a { background-color: rgb(186,159,245); }

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

border-color css

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

 span { border-color: rgb(186,159,245); }

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