Html Css Color HEX #BA9EF3 Perfume

📋 copy color: '#BA9EF3'

red 186 ◦ green 158 ◦ blue 243

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

Shades of Perfume #BA9EF3

Tints of Perfume #BA9EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.4%

R = 31.69%
G = 26.92%
B = 41.4%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BA9EF3 (or 0xBA9EF3) is known color: Perfume. HEX triplet: BA, 9E and F3. RGB value is (186,158,243). Sum of RGB (Red+Green+Blue) = 186+158+243=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 158 (62.11% from 255 or 26.92% from 587); Blue value is 243 (95.31% from 255 or 41.40% from 587); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA9EF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EF3 is #45610C. Grayscale: #AFAFAF. Windows color (decimal): -4546829 or 15965882. OLE color: 15965882.

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

Color convert

RGB 186 158 243 -
CMYK 0.23 0.35 0 0.05
HSL 259.76º 0.78% 0.79% -
HSV(B) 259.76º 0.35% 0.95% -
XYZ 48.65 41.36 90.21 -
YUV 176.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 186 158 243 0.23 0.35 0 0.05 259.76 0.78 0.79
Hex BA 9E F3 17 23 0 5 104 4E 4F
Octal 272 236 363 27 43 0 5 404 116 117
Binary 10111010 10011110 11110011 10111 100011 0 101 100000100 1001110 1001111

Color Harmonies of #BA9EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EF3

Black with #BA9EF3

Text Example


Text Example

White with #BA9EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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