#BFACEA

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

Shades of Melrose #BFACEA

Tints of Melrose #BFACEA

Color information

#BFACEA (or 0xBFACEA) is unknown color: approx Melrose. HEX triplet: BF, AC and EA. RGB value is (191,172,234). Sum of RGB (Red+Green+Blue) = 191+172+234=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACEA is #405315. Grayscale: #B8B8B8. Windows color (decimal): -4215574 or 15379647. OLE color: 15379647.

HSL color Cylindrical-coordinate representation of color #BFACEA: hue angle of 258.39º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFACEA is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191172234-
CMYK0.180.2600.08
HSL258.39º59.62%79.61%-
HSV(B)258.39º26.5%91.76%-
XYZ51.0946.5284.13-
YUV184.75155.79132.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.99%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=31.99%
G=28.81%
B=39.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911722340.180.2600.08258.3959.6279.61
HexBFACEA121A081023c50
Octal277254352223201040274120
Binary1011111110101100111010101001011010010001000000101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFACEA; }

 p { color: rgb(191,172,234); }

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

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

 a { background-color: rgb(191,172,234); }

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

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

 span { border-color: rgb(191,172,234); }

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