Html Css Color HEX #BAA9E7 Melrose

📋 copy color: '#BAA9E7'

red 186 ◦ green 169 ◦ blue 231

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

Shades of Melrose #BAA9E7

Tints of Melrose #BAA9E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.42%

R = 31.74%
G = 28.84%
B = 39.42%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAA9E7 (or 0xBAA9E7) is known color: Melrose. HEX triplet: BA, A9 and E7. RGB value is (186,169,231). Sum of RGB (Red+Green+Blue) = 186+169+231=586 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.74% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 231 - color contains mainly: blue. Hex color #BAA9E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA9E7 is #455618. Grayscale: #B4B4B4. Windows color (decimal): -4544025 or 15182266. OLE color: 15182266.

HSL color Cylindrical-coordinate representation of color #BAA9E7: hue angle of 256.45º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAA9E7 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 169 231 -
CMYK 0.19 0.27 0 0.09
HSL 256.45º 0.56% 0.78% -
HSV(B) 256.45º 0.27% 0.91% -
XYZ 48.86 44.58 81.63 -
YUV 181.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 186 169 231 0.19 0.27 0 0.09 256.45 0.56 0.78
Hex BA A9 E7 13 1B 0 9 100 38 4E
Octal 272 251 347 23 33 0 11 400 70 116
Binary 10111010 10101001 11100111 10011 11011 0 1001 100000000 111000 1001110

Color Harmonies of #BAA9E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA9E7

Black with #BAA9E7

Text Example


Text Example

White with #BAA9E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA9E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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