#BAACFE

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

Shades of Melrose #BAACFE

Tints of Melrose #BAACFE

Color information

#BAACFE (or 0xBAACFE) is unknown color: approx Melrose. HEX triplet: BA, AC and FE. RGB value is (186,172,254). Sum of RGB (Red+Green+Blue) = 186+172+254=612 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.39% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACFE is #455301. Grayscale: #B9B9B9. Windows color (decimal): -4543234 or 16690362. OLE color: 16690362.

HSL color Cylindrical-coordinate representation of color #BAACFE: hue angle of 250.24º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAACFE is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186172254-
CMYK0.270.3200.00
HSL250.24º97.62%83.53%-
HSV(B)250.24º32.28%99.61%-
XYZ52.8947.1100.07-
YUV185.53166.64128.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.39%
GREEN value IS 172 (67.58% from 255) = 28.10%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=30.39%
G=28.10%
B=41.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861722540.270.3200.00250.2497.6283.53
HexBAACFE1B2000fa6254
Octal272254376334000372142124
Binary10111010101011001111111011011100000001111101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACFE; }

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

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

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

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

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

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

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

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