Html Css Color HEX #BAA3F5 Perfume

📋 copy color: '#BAA3F5'

red 186 ◦ green 163 ◦ blue 245

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

Shades of Perfume #BAA3F5

Tints of Perfume #BAA3F5

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.44%

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

R = 31.31%
G = 27.44%
B = 41.25%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BAA3F5 (or 0xBAA3F5) is known color: Perfume. HEX triplet: BA, A3 and F5. RGB value is (186,163,245). Sum of RGB (Red+Green+Blue) = 186+163+245=594 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.31% from 594); Green value is 163 (64.06% from 255 or 27.44% from 594); Blue value is 245 (96.09% from 255 or 41.25% from 594); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAA3F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA3F5 is #455C0A. Grayscale: #B2B2B2. Windows color (decimal): -4545547 or 16098234. OLE color: 16098234.

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

Color convert

RGB 186 163 245 -
CMYK 0.24 0.33 0 0.04
HSL 256.83º 0.8% 0.8% -
HSV(B) 256.83º 0.33% 0.96% -
XYZ 49.83 43.23 92.1 -
YUV 179.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 186 163 245 0.24 0.33 0 0.04 256.83 0.8 0.8
Hex BA A3 F5 18 21 0 4 101 50 50
Octal 272 243 365 30 41 0 4 401 120 120
Binary 10111010 10100011 11110101 11000 100001 0 100 100000001 1010000 1010000

Color Harmonies of #BAA3F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA3F5

Black with #BAA3F5

Text Example


Text Example

White with #BAA3F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA3F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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