#BAAFF3

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

Shades of Melrose #BAAFF3

Tints of Melrose #BAAFF3

Color information

#BAAFF3 (or 0xBAAFF3) is unknown color: approx Melrose. HEX triplet: BA, AF and F3. RGB value is (186,175,243). Sum of RGB (Red+Green+Blue) = 186+175+243=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAAFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAFF3 is #45500C. Grayscale: #B9B9B9. Windows color (decimal): -4542477 or 15970234. OLE color: 15970234.

HSL color Cylindrical-coordinate representation of color #BAAFF3: hue angle of 249.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAAFF3 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186175243-
CMYK0.230.2800.05
HSL249.71º73.91%81.96%-
HSV(B)249.71º27.98%95.29%-
XYZ51.7647.5791.25-
YUV186.04160.14127.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 243 (95.31% from 255) = 40.23%
R=30.79%
G=28.97%
B=40.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861752430.230.2800.05249.7173.9181.96
HexBAAFF3171C05fa4a52
Octal272257363273405372112122
Binary101110101010111111110011101111110001011111101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFF3; }

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

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

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

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

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

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

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

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