#BFA4FF

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

Shades of Melrose #BFA4FF

Tints of Melrose #BFA4FF

Color information

#BFA4FF (or 0xBFA4FF) is unknown color: approx Melrose. HEX triplet: BF, A4 and FF. RGB value is (191,164,255). Sum of RGB (Red+Green+Blue) = 191+164+255=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA4FF is #405B00. Grayscale: #B6B6B6. Windows color (decimal): -4217601 or 16753855. OLE color: 16753855.

HSL color Cylindrical-coordinate representation of color #BFA4FF: hue angle of 257.8º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFA4FF is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB191164255-
CMYK0.250.3600
HSL257.8º100%82.16%-
HSV(B)257.8º35.69%100%-
XYZ52.8144.85100.48-
YUV182.45168.95134.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 164 (64.45% from 255) = 26.89%
BLUE value IS 255 (100% from 255) = 41.80%
R=31.31%
G=26.89%
B=41.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911642550.250.3600257.810082.16
HexBFA4FF1924001026452
Octal277244377314400402144122
Binary101111111010010011111111110011001000010000001011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA4FF; }

 p { color: rgb(191,164,255); }

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

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

 a { background-color: rgb(191,164,255); }

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

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

 span { border-color: rgb(191,164,255); }

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