#BAAFF4

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

Shades of Melrose #BAAFF4

Tints of Melrose #BAAFF4

Color information

#BAAFF4 (or 0xBAAFF4) is unknown color: approx Melrose. HEX triplet: BA, AF and F4. RGB value is (186,175,244). Sum of RGB (Red+Green+Blue) = 186+175+244=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 244 - color contains mainly: blue. Hex color #BAAFF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAFF4 is #45500B. Grayscale: #B9B9B9. Windows color (decimal): -4542476 or 16035770. OLE color: 16035770.

HSL color Cylindrical-coordinate representation of color #BAAFF4: hue angle of 249.57º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAAFF4 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186175244-
CMYK0.240.2800.04
HSL249.57º75.82%82.16%-
HSV(B)249.57º28.28%95.69%-
XYZ51.9147.6392.05-
YUV186.16160.64127.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.74%
GREEN value IS 175 (68.75% from 255) = 28.93%
BLUE value IS 244 (95.70% from 255) = 40.33%
R=30.74%
G=28.93%
B=40.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861752440.240.2800.04249.5775.8282.16
HexBAAFF4181C04fa4c52
Octal272257364303404372114122
Binary101110101010111111110100110001110001001111101010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFF4; }

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

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

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

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

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

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

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

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