#BFACFA

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

Shades of Melrose #BFACFA

Tints of Melrose #BFACFA

Color information

#BFACFA (or 0xBFACFA) is unknown color: approx Melrose. HEX triplet: BF, AC and FA. RGB value is (191,172,250). Sum of RGB (Red+Green+Blue) = 191+172+250=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACFA is #405305. Grayscale: #BABABA. Windows color (decimal): -4215558 or 16428223. OLE color: 16428223.

HSL color Cylindrical-coordinate representation of color #BFACFA: hue angle of 254.62º 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 #BFACFA is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191172250-
CMYK0.240.3100.02
HSL254.62º88.64%82.75%-
HSV(B)254.62º31.2%98.04%-
XYZ53.4947.4896.79-
YUV186.57163.79131.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.16%
GREEN value IS 172 (67.58% from 255) = 28.06%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=31.16%
G=28.06%
B=40.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911722500.240.3100.02254.6288.6482.75
HexBFACFA181F02ff5953
Octal277254372303702377131123
Binary10111111101011001111101011000111110101111111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFACFA; }

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

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

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

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

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

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

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

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