Html Css Color HEX #BA9EE1 Perfume

📋 copy color: '#BA9EE1'

red 186 ◦ green 158 ◦ blue 225

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

Shades of Perfume #BA9EE1

Tints of Perfume #BA9EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.54%

R = 32.69%
G = 27.77%
B = 39.54%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA9EE1 (or 0xBA9EE1) is known color: Perfume. HEX triplet: BA, 9E and E1. RGB value is (186,158,225). Sum of RGB (Red+Green+Blue) = 186+158+225=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA9EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA9EE1 is #45611E. Grayscale: #ADADAD. Windows color (decimal): -4546847 or 14786234. OLE color: 14786234.

HSL color Cylindrical-coordinate representation of color #BA9EE1: hue angle of 265.07º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BA9EE1 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 158 225 -
CMYK 0.17 0.30 0 0.12
HSL 265.07º 0.53% 0.75% -
HSV(B) 265.07º 0.3% 0.88% -
XYZ 46.07 40.33 76.59 -
YUV 174.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 186 158 225 0.17 0.30 0 0.12 265.07 0.53 0.75
Hex BA 9E E1 11 1E 0 C 109 35 4B
Octal 272 236 341 21 36 0 14 411 65 113
Binary 10111010 10011110 11100001 10001 11110 0 1100 100001001 110101 1001011

Color Harmonies of #BA9EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EE1

Black with #BA9EE1

Text Example


Text Example

White with #BA9EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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