Html Css Color HEX #BAA3FA Melrose

📋 copy color: '#BAA3FA'

red 186 ◦ green 163 ◦ blue 250

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

Shades of Melrose #BAA3FA

Tints of Melrose #BAA3FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.74%

R = 31.05%
G = 27.21%
B = 41.74%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAA3FA (or 0xBAA3FA) is known color: Melrose. HEX triplet: BA, A3 and FA. RGB value is (186,163,250). Sum of RGB (Red+Green+Blue) = 186+163+250=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 163 (64.06% from 255 or 27.21% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAA3FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA3FA is #455C05. Grayscale: #B3B3B3. Windows color (decimal): -4545542 or 16425914. OLE color: 16425914.

HSL color Cylindrical-coordinate representation of color #BAA3FA: hue angle of 255.86º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAA3FA is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 163 250 -
CMYK 0.26 0.35 0 0.02
HSL 255.86º 0.9% 0.81% -
HSV(B) 255.86º 0.35% 0.98% -
XYZ 50.6 43.54 96.18 -
YUV 179.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 186 163 250 0.26 0.35 0 0.02 255.86 0.9 0.81
Hex BA A3 FA 1A 23 0 2 100 5A 51
Octal 272 243 372 32 43 0 2 400 132 121
Binary 10111010 10100011 11111010 11010 100011 0 10 100000000 1011010 1010001

Color Harmonies of #BAA3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA3FA

Black with #BAA3FA

Text Example


Text Example

White with #BAA3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA3FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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