#BFACE9

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

Shades of Melrose #BFACE9

Tints of Melrose #BFACE9

Color information

#BFACE9 (or 0xBFACE9) is unknown color: approx Melrose. HEX triplet: BF, AC and E9. RGB value is (191,172,233). Sum of RGB (Red+Green+Blue) = 191+172+233=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 233 (91.41% from 255 or 39.09% from 596); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACE9 is #405316. Grayscale: #B8B8B8. Windows color (decimal): -4215575 or 15314111. OLE color: 15314111.

HSL color Cylindrical-coordinate representation of color #BFACE9: hue angle of 258.69º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFACE9 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191172233-
CMYK0.180.2600.09
HSL258.69º58.1%79.41%-
HSV(B)258.69º26.18%91.37%-
XYZ50.9546.4683.37-
YUV184.64155.29132.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.05%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 233 (91.41% from 255) = 39.09%
R=32.05%
G=28.86%
B=39.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911722330.180.2600.09258.6958.179.41
HexBFACE9121A091033a4f
Octal277254351223201140372117
Binary1011111110101100111010011001011010010011000000111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFACE9; }

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

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

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

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

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

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

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

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