#BAACF4

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

Shades of Melrose #BAACF4

Tints of Melrose #BAACF4

Color information

#BAACF4 (or 0xBAACF4) is unknown color: approx Melrose. HEX triplet: BA, AC and F4. RGB value is (186,172,244). Sum of RGB (Red+Green+Blue) = 186+172+244=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 244 - color contains mainly: blue. Hex color #BAACF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACF4 is #45530B. Grayscale: #B8B8B8. Windows color (decimal): -4543244 or 16035002. OLE color: 16035002.

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

Color convert

RGB186172244-
CMYK0.240.3000.04
HSL251.67º76.6%81.57%-
HSV(B)251.67º29.51%95.69%-
XYZ51.3346.4891.85-
YUV184.39161.64129.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 172 (67.58% from 255) = 28.57%
BLUE value IS 244 (95.70% from 255) = 40.53%
R=30.90%
G=28.57%
B=40.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861722440.240.3000.04251.6776.681.57
HexBAACF4181E04fc4d52
Octal272254364303604374115122
Binary101110101010110011110100110001111001001111110010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACF4; }

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

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

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

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

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

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

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

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