#BAAEFA

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

Shades of Melrose #BAAEFA

Tints of Melrose #BAAEFA

Color information

#BAAEFA (or 0xBAAEFA) is unknown color: approx Melrose. HEX triplet: BA, AE and FA. RGB value is (186,174,250). Sum of RGB (Red+Green+Blue) = 186+174+250=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAAEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAEFA is #455105. Grayscale: #B9B9B9. Windows color (decimal): -4542726 or 16428730. OLE color: 16428730.

HSL color Cylindrical-coordinate representation of color #BAAEFA: hue angle of 249.47º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAAEFA is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186174250-
CMYK0.260.3000.02
HSL249.47º88.37%83.14%-
HSV(B)249.47º30.4%98.04%-
XYZ52.6447.6196.86-
YUV186.25163.98127.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 174 (68.36% from 255) = 28.52%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=30.49%
G=28.52%
B=40.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861742500.260.3000.02249.4788.3783.14
HexBAAEFA1A1E02f95853
Octal272256372323602371130123
Binary10111010101011101111101011010111100101111100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEFA; }

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

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

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

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

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

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

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

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