Html Css Color HEX #BAA9FA Melrose

📋 copy color: '#BAA9FA'

red 186 ◦ green 169 ◦ blue 250

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

Shades of Melrose #BAA9FA

Tints of Melrose #BAA9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.32%

R = 30.74%
G = 27.93%
B = 41.32%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BAA9FA (or 0xBAA9FA) is known color: Melrose. HEX triplet: BA, A9 and FA. RGB value is (186,169,250). Sum of RGB (Red+Green+Blue) = 186+169+250=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAA9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA9FA is #455605. Grayscale: #B7B7B7. Windows color (decimal): -4544006 or 16427450. OLE color: 16427450.

HSL color Cylindrical-coordinate representation of color #BAA9FA: hue angle of 252.59º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAA9FA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 169 250 -
CMYK 0.26 0.32 0 0.02
HSL 252.59º 0.89% 0.82% -
HSV(B) 252.59º 0.32% 0.98% -
XYZ 51.69 45.72 96.54 -
YUV 183.32 165.63 129.91 -
System Red Green Blue C M Y K H S L
Decimal 186 169 250 0.26 0.32 0 0.02 252.59 0.89 0.82
Hex BA A9 FA 1A 20 0 2 FD 59 52
Octal 272 251 372 32 40 0 2 375 131 122
Binary 10111010 10101001 11111010 11010 100000 0 10 11111101 1011001 1010010

Color Harmonies of #BAA9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA9FA

Black with #BAA9FA

Text Example


Text Example

White with #BAA9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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