Html Css Color HEX #BA9EFC Perfume

📋 copy color: '#BA9EFC'

red 186 ◦ green 158 ◦ blue 252

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

Shades of Perfume #BA9EFC

Tints of Perfume #BA9EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.28%

R = 31.21%
G = 26.51%
B = 42.28%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA9EFC (or 0xBA9EFC) is known color: Perfume. HEX triplet: BA, 9E and FC. RGB value is (186,158,252). Sum of RGB (Red+Green+Blue) = 186+158+252=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA9EFC is #456103. Grayscale: #B0B0B0. Windows color (decimal): -4546820 or 16555706. OLE color: 16555706.

HSL color Cylindrical-coordinate representation of color #BA9EFC: hue angle of 257.87º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BA9EFC is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 158 252 -
CMYK 0.26 0.37 0 0.01
HSL 257.87º 0.94% 0.8% -
HSV(B) 257.87º 0.37% 0.99% -
XYZ 50.05 41.92 97.55 -
YUV 177.09 170.28 134.36 -
System Red Green Blue C M Y K H S L
Decimal 186 158 252 0.26 0.37 0 0.01 257.87 0.94 0.8
Hex BA 9E FC 1A 25 0 1 102 5E 50
Octal 272 236 374 32 45 0 1 402 136 120
Binary 10111010 10011110 11111100 11010 100101 0 1 100000010 1011110 1010000

Color Harmonies of #BA9EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9EFC

Black with #BA9EFC

Text Example


Text Example

White with #BA9EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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