#BFA8FF

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

Shades of Melrose #BFA8FF

Tints of Melrose #BFA8FF

Color information

#BFA8FF (or 0xBFA8FF) is unknown color: approx Melrose. HEX triplet: BF, A8 and FF. RGB value is (191,168,255). Sum of RGB (Red+Green+Blue) = 191+168+255=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA8FF is #405700. Grayscale: #B8B8B8. Windows color (decimal): -4216577 or 16754879. OLE color: 16754879.

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

Color convert

RGB191168255-
CMYK0.250.3400
HSL255.86º100%82.94%-
HSV(B)255.86º34.12%100%-
XYZ53.5446.3100.72-
YUV184.8167.62132.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.11%
GREEN value IS 168 (66.02% from 255) = 27.36%
BLUE value IS 255 (100% from 255) = 41.53%
R=31.11%
G=27.36%
B=41.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911682550.250.3400255.8610082.94
HexBFA8FF1922001006453
Octal277250377314200400144123
Binary101111111010100011111111110011000100010000000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA8FF; }

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

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

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

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

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

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

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

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