Html Css Color HEX #BAA1F6 Perfume

📋 copy color: '#BAA1F6'

red 186 ◦ green 161 ◦ blue 246

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

Shades of Perfume #BAA1F6

Tints of Perfume #BAA1F6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.15%

 BLUE value IS 246 (96.48% from 255) = 41.48%

R = 31.37%
G = 27.15%
B = 41.48%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BAA1F6 (or 0xBAA1F6) is known color: Perfume. HEX triplet: BA, A1 and F6. RGB value is (186,161,246). Sum of RGB (Red+Green+Blue) = 186+161+246=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 161 (63.28% from 255 or 27.15% from 593); Blue value is 246 (96.48% from 255 or 41.48% from 593); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAA1F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA1F6 is #455E09. Grayscale: #B1B1B1. Windows color (decimal): -4546058 or 16163258. OLE color: 16163258.

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

Color convert

RGB 186 161 246 -
CMYK 0.24 0.35 0 0.04
HSL 257.65º 0.83% 0.8% -
HSV(B) 257.65º 0.35% 0.96% -
XYZ 49.63 42.58 92.79 -
YUV 178.17 166.28 133.59 -
System Red Green Blue C M Y K H S L
Decimal 186 161 246 0.24 0.35 0 0.04 257.65 0.83 0.8
Hex BA A1 F6 18 23 0 4 102 53 50
Octal 272 241 366 30 43 0 4 402 123 120
Binary 10111010 10100001 11110110 11000 100011 0 100 100000010 1010011 1010000

Color Harmonies of #BAA1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA1F6

Black with #BAA1F6

Text Example


Text Example

White with #BAA1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA1F6; }

 p { color: rgb(186,161,246); }

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

background-color css

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

 a { background-color: rgb(186,161,246); }

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

border-color css

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

 span { border-color: rgb(186,161,246); }

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