Html Css Color HEX #BAA6EC Melrose

📋 copy color: '#BAA6EC'

red 186 ◦ green 166 ◦ blue 236

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

Shades of Melrose #BAA6EC

Tints of Melrose #BAA6EC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.23%

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

R = 31.63%
G = 28.23%
B = 40.14%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BAA6EC (or 0xBAA6EC) is known color: Melrose. HEX triplet: BA, A6 and EC. RGB value is (186,166,236). Sum of RGB (Red+Green+Blue) = 186+166+236=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 166 (65.23% from 255 or 28.23% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAA6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6EC is #455913. Grayscale: #B3B3B3. Windows color (decimal): -4544788 or 15509178. OLE color: 15509178.

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

Color convert

RGB 186 166 236 -
CMYK 0.21 0.30 0 0.07
HSL 257.14º 0.65% 0.79% -
HSV(B) 257.14º 0.3% 0.93% -
XYZ 49.03 43.77 85.22 -
YUV 179.96 159.63 132.31 -
System Red Green Blue C M Y K H S L
Decimal 186 166 236 0.21 0.30 0 0.07 257.14 0.65 0.79
Hex BA A6 EC 15 1E 0 7 101 41 4F
Octal 272 246 354 25 36 0 7 401 101 117
Binary 10111010 10100110 11101100 10101 11110 0 111 100000001 1000001 1001111

Color Harmonies of #BAA6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA6EC

Black with #BAA6EC

Text Example


Text Example

White with #BAA6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA6EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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