Html Css Color HEX #BAA4F3 Melrose

📋 copy color: '#BAA4F3'

red 186 ◦ green 164 ◦ blue 243

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

Shades of Melrose #BAA4F3

Tints of Melrose #BAA4F3

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.66%

 BLUE value IS 243 (95.31% from 255) = 40.98%

R = 31.37%
G = 27.66%
B = 40.98%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAA4F3 (or 0xBAA4F3) is known color: Melrose. HEX triplet: BA, A4 and F3. RGB value is (186,164,243). Sum of RGB (Red+Green+Blue) = 186+164+243=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 243 (95.31% from 255 or 40.98% from 593); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAA4F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA4F3 is #455B0C. Grayscale: #B3B3B3. Windows color (decimal): -4545293 or 15967418. OLE color: 15967418.

HSL color Cylindrical-coordinate representation of color #BAA4F3: hue angle of 256.71º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAA4F3 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 164 243 -
CMYK 0.23 0.33 0 0.05
HSL 256.71º 0.77% 0.8% -
HSV(B) 256.71º 0.33% 0.95% -
XYZ 49.7 43.46 90.56 -
YUV 179.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 186 164 243 0.23 0.33 0 0.05 256.71 0.77 0.8
Hex BA A4 F3 17 21 0 5 101 4D 50
Octal 272 244 363 27 41 0 5 401 115 120
Binary 10111010 10100100 11110011 10111 100001 0 101 100000001 1001101 1010000

Color Harmonies of #BAA4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA4F3

Black with #BAA4F3

Text Example


Text Example

White with #BAA4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA4F3; }

 p { color: rgb(186,164,243); }

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

background-color css

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

 a { background-color: rgb(186,164,243); }

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

border-color css

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

 span { border-color: rgb(186,164,243); }

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