Html Css Color HEX #BAA9FF Melrose

📋 copy color: '#BAA9FF'

red 186 ◦ green 169 ◦ blue 255

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

Shades of Melrose #BAA9FF

Tints of Melrose #BAA9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.8%

R = 30.49%
G = 27.7%
B = 41.8%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BAA9FF (or 0xBAA9FF) is known color: Melrose. HEX triplet: BA, A9 and FF. RGB value is (186,169,255). Sum of RGB (Red+Green+Blue) = 186+169+255=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA9FF is #455600. Grayscale: #B7B7B7. Windows color (decimal): -4544001 or 16755130. OLE color: 16755130.

HSL color Cylindrical-coordinate representation of color #BAA9FF: hue angle of 251.86º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA9FF is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 186 169 255 -
CMYK 0.27 0.34 0 0
HSL 251.86º 1% 0.83% -
HSV(B) 251.86º 0.34% 1% -
XYZ 52.49 46.04 100.73 -
YUV 183.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 186 169 255 0.27 0.34 0 0 251.86 1 0.83
Hex BA A9 FF 1B 22 0 0 FC 64 53
Octal 272 251 377 33 42 0 0 374 144 123
Binary 10111010 10101001 11111111 11011 100010 0 0 11111100 1100100 1010011

Color Harmonies of #BAA9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA9FF

Black with #BAA9FF

Text Example


Text Example

White with #BAA9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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