#BAACFA

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

Shades of Melrose #BAACFA

Tints of Melrose #BAACFA

Color information

#BAACFA (or 0xBAACFA) is unknown color: approx Melrose. HEX triplet: BA, AC and FA. RGB value is (186,172,250). Sum of RGB (Red+Green+Blue) = 186+172+250=608 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.59% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACFA is #455305. Grayscale: #B8B8B8. Windows color (decimal): -4543238 or 16428218. OLE color: 16428218.

HSL color Cylindrical-coordinate representation of color #BAACFA: hue angle of 250.77º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAACFA is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186172250-
CMYK0.260.3100.02
HSL250.77º88.64%82.75%-
HSV(B)250.77º31.2%98.04%-
XYZ52.2646.8596.73-
YUV185.08164.64128.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.59%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 250 (98.05% from 255) = 41.12%
R=30.59%
G=28.29%
B=41.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861722500.260.3100.02250.7788.6482.75
HexBAACFA1A1F02fb5953
Octal272254372323702373131123
Binary10111010101011001111101011010111110101111101110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACFA; }

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

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

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

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

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

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

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

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