#BFA9FF

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

Shades of Melrose #BFA9FF

Tints of Melrose #BFA9FF

Color information

#BFA9FF (or 0xBFA9FF) is unknown color: approx Melrose. HEX triplet: BF, A9 and FF. RGB value is (191,169,255). Sum of RGB (Red+Green+Blue) = 191+169+255=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 169 (66.41% from 255 or 27.48% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA9FF is #405600. Grayscale: #B9B9B9. Windows color (decimal): -4216321 or 16755135. OLE color: 16755135.

HSL color Cylindrical-coordinate representation of color #BFA9FF: hue angle of 255.35º 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 #BFA9FF is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB191169255-
CMYK0.250.3400
HSL255.35º100%83.14%-
HSV(B)255.35º33.73%100%-
XYZ53.7246.67100.78-
YUV185.38167.29132.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.06%
GREEN value IS 169 (66.41% from 255) = 27.48%
BLUE value IS 255 (100% from 255) = 41.46%
R=31.06%
G=27.48%
B=41.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1911692550.250.3400255.3510083.14
HexBFA9FF192200ff6453
Octal277251377314200377144123
Binary10111111101010011111111111001100010001111111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA9FF; }

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

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

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

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

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

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

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

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