#BAAEEF

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

Shades of Melrose #BAAEEF

Tints of Melrose #BAAEEF

Color information

#BAAEEF (or 0xBAAEEF) is unknown color: approx Melrose. HEX triplet: BA, AE and EF. RGB value is (186,174,239). Sum of RGB (Red+Green+Blue) = 186+174+239=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEEF is #455110. Grayscale: #B8B8B8. Windows color (decimal): -4542737 or 15707834. OLE color: 15707834.

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

Color convert

RGB186174239-
CMYK0.220.2700.06
HSL251.08º67.01%80.98%-
HSV(B)251.08º27.2%93.73%-
XYZ50.9746.9488.04-
YUV185158.48128.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 174 (68.36% from 255) = 29.05%
BLUE value IS 239 (93.75% from 255) = 39.90%
R=31.05%
G=29.05%
B=39.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861742390.220.2700.06251.0867.0180.98
HexBAAEEF161B06fb4351
Octal272256357263306373103121
Binary101110101010111011101111101101101101101111101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEEF; }

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

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

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

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

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

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

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

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