Html Css Color HEX #BAA9F3 Melrose

📋 copy color: '#BAA9F3'

red 186 ◦ green 169 ◦ blue 243

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

Shades of Melrose #BAA9F3

Tints of Melrose #BAA9F3

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.26%

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

R = 31.1%
G = 28.26%
B = 40.64%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAA9F3 (or 0xBAA9F3) is known color: Melrose. HEX triplet: BA, A9 and F3. RGB value is (186,169,243). Sum of RGB (Red+Green+Blue) = 186+169+243=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 169 (66.41% from 255 or 28.26% from 598); Blue value is 243 (95.31% from 255 or 40.64% from 598); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAA9F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA9F3 is #45560C. Grayscale: #B6B6B6. Windows color (decimal): -4544013 or 15968698. OLE color: 15968698.

HSL color Cylindrical-coordinate representation of color #BAA9F3: hue angle of 253.78º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAA9F3 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 169 243 -
CMYK 0.23 0.30 0 0.05
HSL 253.78º 0.76% 0.81% -
HSV(B) 253.78º 0.3% 0.95% -
XYZ 50.62 45.29 90.87 -
YUV 182.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 186 169 243 0.23 0.30 0 0.05 253.78 0.76 0.81
Hex BA A9 F3 17 1E 0 5 FE 4C 51
Octal 272 251 363 27 36 0 5 376 114 121
Binary 10111010 10101001 11110011 10111 11110 0 101 11111110 1001100 1010001

Color Harmonies of #BAA9F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA9F3

Black with #BAA9F3

Text Example


Text Example

White with #BAA9F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA9F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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