#BAAEE3

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

Shades of Melrose #BAAEE3

Tints of Melrose #BAAEE3

Color information

#BAAEE3 (or 0xBAAEE3) is unknown color: approx Melrose. HEX triplet: BA, AE and E3. RGB value is (186,174,227). Sum of RGB (Red+Green+Blue) = 186+174+227=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #BAAEE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEE3 is #45511C. Grayscale: #B7B7B7. Windows color (decimal): -4542749 or 14921402. OLE color: 14921402.

HSL color Cylindrical-coordinate representation of color #BAAEE3: hue angle of 253.58º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAAEE3 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186174227-
CMYK0.180.2300.11
HSL253.58º48.62%78.63%-
HSV(B)253.58º23.35%89.02%-
XYZ49.2546.2679.01-
YUV183.63152.48129.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.69%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 227 (89.06% from 255) = 38.67%
R=31.69%
G=29.64%
B=38.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861742270.180.2300.11253.5848.6278.63
HexBAAEE312170Bfe314f
Octal272256343222701337661117
Binary101110101010111011100011100101011101011111111101100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEE3; }

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

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

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

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

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

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

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

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