Html Css Color HEX #BA9EF1 Perfume

📋 copy color: '#BA9EF1'

red 186 ◦ green 158 ◦ blue 241

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

Shades of Perfume #BA9EF1

Tints of Perfume #BA9EF1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.01%

 BLUE value IS 241 (94.53% from 255) = 41.2%

R = 31.79%
G = 27.01%
B = 41.2%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA9EF1 (or 0xBA9EF1) is known color: Perfume. HEX triplet: BA, 9E and F1. RGB value is (186,158,241). Sum of RGB (Red+Green+Blue) = 186+158+241=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA9EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EF1 is #45610E. Grayscale: #AFAFAF. Windows color (decimal): -4546831 or 15834810. OLE color: 15834810.

HSL color Cylindrical-coordinate representation of color #BA9EF1: hue angle of 260.24º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BA9EF1 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 158 241 -
CMYK 0.23 0.34 0 0.05
HSL 260.24º 0.75% 0.78% -
HSV(B) 260.24º 0.34% 0.95% -
XYZ 48.35 41.24 88.63 -
YUV 175.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 186 158 241 0.23 0.34 0 0.05 260.24 0.75 0.78
Hex BA 9E F1 17 22 0 5 104 4B 4E
Octal 272 236 361 27 42 0 5 404 113 116
Binary 10111010 10011110 11110001 10111 100010 0 101 100000100 1001011 1001110

Color Harmonies of #BA9EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EF1

Black with #BA9EF1

Text Example


Text Example

White with #BA9EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EF1; }

 p { color: rgb(186,158,241); }

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

background-color css

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

 a { background-color: rgb(186,158,241); }

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

border-color css

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

 span { border-color: rgb(186,158,241); }

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