Html Css Color HEX #BAA3FF Melrose

📋 copy color: '#BAA3FF'

red 186 ◦ green 163 ◦ blue 255

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

Shades of Melrose #BAA3FF

Tints of Melrose #BAA3FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.22%

R = 30.79%
G = 26.99%
B = 42.22%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BAA3FF (or 0xBAA3FF) is known color: Melrose. HEX triplet: BA, A3 and FF. RGB value is (186,163,255). Sum of RGB (Red+Green+Blue) = 186+163+255=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 163 (64.06% from 255 or 26.99% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAA3FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA3FF is #455C00. Grayscale: #B4B4B4. Windows color (decimal): -4545537 or 16753594. OLE color: 16753594.

HSL color Cylindrical-coordinate representation of color #BAA3FF: hue angle of 255º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAA3FF is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 163 255 -
CMYK 0.27 0.36 0 0
HSL 255º 1% 0.82% -
HSV(B) 255º 0.36% 1% -
XYZ 51.4 43.85 100.36 -
YUV 180.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 186 163 255 0.27 0.36 0 0 255 1 0.82
Hex BA A3 FF 1B 24 0 0 FF 64 52
Octal 272 243 377 33 44 0 0 377 144 122
Binary 10111010 10100011 11111111 11011 100100 0 0 11111111 1100100 1010010

Color Harmonies of #BAA3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA3FF

Black with #BAA3FF

Text Example


Text Example

White with #BAA3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA3FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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