#BAACFC

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

Shades of Melrose #BAACFC

Tints of Melrose #BAACFC

Color information

#BAACFC (or 0xBAACFC) is unknown color: approx Melrose. HEX triplet: BA, AC and FC. RGB value is (186,172,252). Sum of RGB (Red+Green+Blue) = 186+172+252=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACFC is #455303. Grayscale: #B8B8B8. Windows color (decimal): -4543236 or 16559290. OLE color: 16559290.

HSL color Cylindrical-coordinate representation of color #BAACFC: hue angle of 250.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAACFC is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186172252-
CMYK0.260.3200.01
HSL250.5º93.02%83.14%-
HSV(B)250.5º31.75%98.82%-
XYZ52.5746.9798.39-
YUV185.31165.64128.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 172 (67.58% from 255) = 28.20%
BLUE value IS 252 (98.83% from 255) = 41.31%
R=30.49%
G=28.20%
B=41.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861722520.260.3200.01250.593.0283.14
HexBAACFC1A2001fa5d53
Octal272254374324001372135123
Binary10111010101011001111110011010100000011111101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACFC; }

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

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

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

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

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

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

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

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