#BAAFEF

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

Shades of Melrose #BAAFEF

Tints of Melrose #BAAFEF

Color information

#BAAFEF (or 0xBAAFEF) is unknown color: approx Melrose. HEX triplet: BA, AF and EF. RGB value is (186,175,239). Sum of RGB (Red+Green+Blue) = 186+175+239=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAAFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAFEF is #455010. Grayscale: #B9B9B9. Windows color (decimal): -4542481 or 15708090. OLE color: 15708090.

HSL color Cylindrical-coordinate representation of color #BAAFEF: hue angle of 250.31º 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 #BAAFEF is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186175239-
CMYK0.220.2700.06
HSL250.31º66.67%81.18%-
HSV(B)250.31º26.78%93.73%-
XYZ51.1647.3388.1-
YUV185.58158.14128.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 175 (68.75% from 255) = 29.17%
BLUE value IS 239 (93.75% from 255) = 39.83%
R=31%
G=29.17%
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.06
SystemRedGreenBlueCMYKHSL
Decimal1861752390.220.2700.06250.3166.6781.18
HexBAAFEF161B06fa4351
Octal272257357263306372103121
Binary101110101010111111101111101101101101101111101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFEF; }

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

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

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

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

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

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

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

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