#BAAEED

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

Shades of Melrose #BAAEED

Tints of Melrose #BAAEED

Color information

#BAAEED (or 0xBAAEED) is unknown color: approx Melrose. HEX triplet: BA, AE and ED. RGB value is (186,174,237). Sum of RGB (Red+Green+Blue) = 186+174+237=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #BAAEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEED is #455112. Grayscale: #B8B8B8. Windows color (decimal): -4542739 or 15576762. OLE color: 15576762.

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

Color convert

RGB186174237-
CMYK0.220.2700.07
HSL251.43º63.64%80.59%-
HSV(B)251.43º26.58%92.94%-
XYZ50.6746.8386.49-
YUV184.77157.48128.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 174 (68.36% from 255) = 29.15%
BLUE value IS 237 (92.97% from 255) = 39.70%
R=31.16%
G=29.15%
B=39.70%

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
Decimal1861742370.220.2700.07251.4363.6480.59
HexBAAEED161B07fb4051
Octal272256355263307373100121
Binary101110101010111011101101101101101101111111101110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEED; }

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

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

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

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

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

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

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

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