Html Css Color HEX #BAA9E9 Melrose

📋 copy color: '#BAA9E9'

red 186 ◦ green 169 ◦ blue 233

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

Shades of Melrose #BAA9E9

Tints of Melrose #BAA9E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.63%

R = 31.63%
G = 28.74%
B = 39.63%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BAA9E9 (or 0xBAA9E9) is known color: Melrose. HEX triplet: BA, A9 and E9. RGB value is (186,169,233). Sum of RGB (Red+Green+Blue) = 186+169+233=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAA9E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA9E9 is #455616. Grayscale: #B5B5B5. Windows color (decimal): -4544023 or 15313338. OLE color: 15313338.

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

Color convert

RGB 186 169 233 -
CMYK 0.20 0.27 0 0.09
HSL 255.94º 0.59% 0.79% -
HSV(B) 255.94º 0.27% 0.91% -
XYZ 49.15 44.7 83.13 -
YUV 181.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 186 169 233 0.20 0.27 0 0.09 255.94 0.59 0.79
Hex BA A9 E9 14 1B 0 9 100 3B 4F
Octal 272 251 351 24 33 0 11 400 73 117
Binary 10111010 10101001 11101001 10100 11011 0 1001 100000000 111011 1001111

Color Harmonies of #BAA9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA9E9

Black with #BAA9E9

Text Example


Text Example

White with #BAA9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA9E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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