#BFABFA

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

Shades of Melrose #BFABFA

Tints of Melrose #BFABFA

Color information

#BFABFA (or 0xBFABFA) is unknown color: approx Melrose. HEX triplet: BF, AB and FA. RGB value is (191,171,250). Sum of RGB (Red+Green+Blue) = 191+171+250=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFABFA is #405405. Grayscale: #B9B9B9. Windows color (decimal): -4215814 or 16427967. OLE color: 16427967.

HSL color Cylindrical-coordinate representation of color #BFABFA: hue angle of 255.19º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFABFA is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191171250-
CMYK0.240.3200.02
HSL255.19º88.76%82.55%-
HSV(B)255.19º31.6%98.04%-
XYZ53.347.196.73-
YUV185.99164.13131.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 171 (67.19% from 255) = 27.94%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=31.21%
G=27.94%
B=40.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911712500.240.3200.02255.1988.7682.55
HexBFABFA182002ff5953
Octal277253372304002377131123
Binary101111111010101111111010110001000000101111111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFABFA; }

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

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

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

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

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

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

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

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