#BAAFFA

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

Shades of Melrose #BAAFFA

Tints of Melrose #BAAFFA

Color information

#BAAFFA (or 0xBAAFFA) is unknown color: approx Melrose. HEX triplet: BA, AF and FA. RGB value is (186,175,250). Sum of RGB (Red+Green+Blue) = 186+175+250=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAAFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAFFA is #455005. Grayscale: #BABABA. Windows color (decimal): -4542470 or 16428986. OLE color: 16428986.

HSL color Cylindrical-coordinate representation of color #BAAFFA: hue angle of 248.8º 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 #BAAFFA is Cyan = 0.26, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186175250-
CMYK0.260.300.02
HSL248.8º88.24%83.33%-
HSV(B)248.8º30%98.04%-
XYZ52.834896.92-
YUV186.84163.64127.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.44%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 250 (98.05% from 255) = 40.92%
R=30.44%
G=28.64%
B=40.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861752500.260.300.02248.888.2483.33
HexBAAFFA1A1E02f95853
Octal272257372323602371130123
Binary10111010101011111111101011010111100101111100110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFFA; }

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

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

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

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

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

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

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

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