#BAAEE9

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

Shades of Melrose #BAAEE9

Tints of Melrose #BAAEE9

Color information

#BAAEE9 (or 0xBAAEE9) is unknown color: approx Melrose. HEX triplet: BA, AE and E9. RGB value is (186,174,233). Sum of RGB (Red+Green+Blue) = 186+174+233=593 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.37% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAAEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEE9 is #455116. Grayscale: #B8B8B8. Windows color (decimal): -4542743 or 15314618. OLE color: 15314618.

HSL color Cylindrical-coordinate representation of color #BAAEE9: hue angle of 252.2º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAAEE9 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186174233-
CMYK0.200.2500.09
HSL252.2º57.28%79.8%-
HSV(B)252.2º25.32%91.37%-
XYZ50.0946.5983.44-
YUV184.31155.48129.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.37%
GREEN value IS 174 (68.36% from 255) = 29.34%
BLUE value IS 233 (91.41% from 255) = 39.29%
R=31.37%
G=29.34%
B=39.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861742330.200.2500.09252.257.2879.8
HexBAAEE9141909fc3950
Octal272256351243101137471120
Binary101110101010111011101001101001100101001111111001110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEE9; }

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

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

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

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

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

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

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

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