#BAACED

Color #BAACED Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #BAACED

Tints of Melrose #BAACED

Color information

#BAACED (or 0xBAACED) is unknown color: approx Melrose. HEX triplet: BA, AC and ED. RGB value is (186,172,237). Sum of RGB (Red+Green+Blue) = 186+172+237=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACED is #455312. Grayscale: #B7B7B7. Windows color (decimal): -4543251 or 15576250. OLE color: 15576250.

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

Color convert

RGB186172237-
CMYK0.220.2700.07
HSL252.92º64.36%80.2%-
HSV(B)252.92º27.43%92.94%-
XYZ50.2946.0686.36-
YUV183.6158.14129.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 237 (92.97% from 255) = 39.83%
R=31.26%
G=28.91%
B=39.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861722370.220.2700.07252.9264.3680.2
HexBAACED161B07fd4050
Octal272254355263307375100120
Binary101110101010110011101101101101101101111111110110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACED; }

 p { color: rgb(186,172,237); }

 H1.HeaderClassName
 {
   color: #BAACED;
 }
 .AnyTagClassName
 {
   color: #BAACED;
 }
</style>
background-color css

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

 a { background-color: rgb(186,172,237); }

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

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

 span { border-color: rgb(186,172,237); }

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