Html Css Color HEX #BAA9EC Melrose

📋 copy color: '#BAA9EC'

red 186 ◦ green 169 ◦ blue 236

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

Shades of Melrose #BAA9EC

Tints of Melrose #BAA9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.93%

R = 31.47%
G = 28.6%
B = 39.93%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAA9EC (or 0xBAA9EC) is known color: Melrose. HEX triplet: BA, A9 and EC. RGB value is (186,169,236). Sum of RGB (Red+Green+Blue) = 186+169+236=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 169 (66.41% from 255 or 28.60% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAA9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA9EC is #455613. Grayscale: #B5B5B5. Windows color (decimal): -4544020 or 15509946. OLE color: 15509946.

HSL color Cylindrical-coordinate representation of color #BAA9EC: hue angle of 255.22º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAA9EC is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 169 236 -
CMYK 0.21 0.28 0 0.07
HSL 255.22º 0.64% 0.79% -
HSV(B) 255.22º 0.28% 0.93% -
XYZ 49.58 44.87 85.4 -
YUV 181.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 186 169 236 0.21 0.28 0 0.07 255.22 0.64 0.79
Hex BA A9 EC 15 1C 0 7 FF 40 4F
Octal 272 251 354 25 34 0 7 377 100 117
Binary 10111010 10101001 11101100 10101 11100 0 111 11111111 1000000 1001111

Color Harmonies of #BAA9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA9EC

Black with #BAA9EC

Text Example


Text Example

White with #BAA9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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