Html Css Color HEX #BAA6F9 Melrose

📋 copy color: '#BAA6F9'

red 186 ◦ green 166 ◦ blue 249

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

Shades of Melrose #BAA6F9

Tints of Melrose #BAA6F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.43%

R = 30.95%
G = 27.62%
B = 41.43%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAA6F9 (or 0xBAA6F9) is known color: Melrose. HEX triplet: BA, A6 and F9. RGB value is (186,166,249). Sum of RGB (Red+Green+Blue) = 186+166+249=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 166 (65.23% from 255 or 27.62% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAA6F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6F9 is #455906. Grayscale: #B5B5B5. Windows color (decimal): -4544775 or 16361146. OLE color: 16361146.

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

Color convert

RGB 186 166 249 -
CMYK 0.25 0.33 0 0.02
HSL 254.46º 0.87% 0.81% -
HSV(B) 254.46º 0.33% 0.98% -
XYZ 50.98 44.55 95.53 -
YUV 181.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 186 166 249 0.25 0.33 0 0.02 254.46 0.87 0.81
Hex BA A6 F9 19 21 0 2 FE 57 51
Octal 272 246 371 31 41 0 2 376 127 121
Binary 10111010 10100110 11111001 11001 100001 0 10 11111110 1010111 1010001

Color Harmonies of #BAA6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6F9

Black with #BAA6F9

Text Example


Text Example

White with #BAA6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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