Html Css Color HEX #BAAAEC Melrose

📋 copy color: '#BAAAEC'

red 186 ◦ green 170 ◦ blue 236

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

Shades of Melrose #BAAAEC

Tints of Melrose #BAAAEC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.72%

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

R = 31.42%
G = 28.72%
B = 39.86%

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

#BAAAEC (or 0xBAAAEC) is known color: Melrose. HEX triplet: BA, AA and EC. RGB value is (186,170,236). Sum of RGB (Red+Green+Blue) = 186+170+236=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAEC is #455513. Grayscale: #B6B6B6. Windows color (decimal): -4543764 or 15510202. OLE color: 15510202.

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

Color convert

RGB 186 170 236 -
CMYK 0.21 0.28 0 0.07
HSL 254.55º 0.63% 0.8% -
HSV(B) 254.55º 0.28% 0.93% -
XYZ 49.76 45.24 85.47 -
YUV 182.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 186 170 236 0.21 0.28 0 0.07 254.55 0.63 0.8
Hex BA AA EC 15 1C 0 7 FF 3F 50
Octal 272 252 354 25 34 0 7 377 77 120
Binary 10111010 10101010 11101100 10101 11100 0 111 11111111 111111 1010000

Color Harmonies of #BAAAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAAEC

Black with #BAAAEC

Text Example


Text Example

White with #BAAAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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