#BFACFC

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

Shades of Melrose #BFACFC

Tints of Melrose #BFACFC

Color information

#BFACFC (or 0xBFACFC) is unknown color: approx Melrose. HEX triplet: BF, AC and FC. RGB value is (191,172,252). Sum of RGB (Red+Green+Blue) = 191+172+252=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACFC is #405303. Grayscale: #BABABA. Windows color (decimal): -4215556 or 16559295. OLE color: 16559295.

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

Color convert

RGB191172252-
CMYK0.240.3200.01
HSL254.25º93.02%83.14%-
HSV(B)254.25º31.75%98.82%-
XYZ53.8147.6198.45-
YUV186.8164.79131-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.06%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=31.06%
G=27.97%
B=40.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911722520.240.3200.01254.2593.0283.14
HexBFACFC182001fe5d53
Octal277254374304001376135123
Binary10111111101011001111110011000100000011111111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFACFC; }

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

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

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

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

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

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

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

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