Html Css Color HEX #BAA6F1 Melrose

📋 copy color: '#BAA6F1'

red 186 ◦ green 166 ◦ blue 241

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

Shades of Melrose #BAA6F1

Tints of Melrose #BAA6F1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.99%

 BLUE value IS 241 (94.53% from 255) = 40.64%

R = 31.37%
G = 27.99%
B = 40.64%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAA6F1 (or 0xBAA6F1) is known color: Melrose. HEX triplet: BA, A6 and F1. RGB value is (186,166,241). Sum of RGB (Red+Green+Blue) = 186+166+241=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAA6F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6F1 is #45590E. Grayscale: #B4B4B4. Windows color (decimal): -4544783 or 15836858. OLE color: 15836858.

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

Color convert

RGB 186 166 241 -
CMYK 0.23 0.31 0 0.05
HSL 256º 0.73% 0.8% -
HSV(B) 256º 0.31% 0.95% -
XYZ 49.76 44.06 89.1 -
YUV 180.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 186 166 241 0.23 0.31 0 0.05 256 0.73 0.8
Hex BA A6 F1 17 1F 0 5 100 49 50
Octal 272 246 361 27 37 0 5 400 111 120
Binary 10111010 10100110 11110001 10111 11111 0 101 100000000 1001001 1010000

Color Harmonies of #BAA6F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6F1

Black with #BAA6F1

Text Example


Text Example

White with #BAA6F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6F1; }

 p { color: rgb(186,166,241); }

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

background-color css

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

 a { background-color: rgb(186,166,241); }

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

border-color css

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

 span { border-color: rgb(186,166,241); }

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