#BFB9E7

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

Shades of Melrose #BFB9E7

Tints of Melrose #BFB9E7

Color information

#BFB9E7 (or 0xBFB9E7) is unknown color: approx Melrose. HEX triplet: BF, B9 and E7. RGB value is (191,185,231). Sum of RGB (Red+Green+Blue) = 191+185+231=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9E7 is #404618. Grayscale: #BFBFBF. Windows color (decimal): -4212249 or 15186367. OLE color: 15186367.

HSL color Cylindrical-coordinate representation of color #BFB9E7: hue angle of 247.83º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB9E7 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191185231-
CMYK0.170.2000.09
HSL247.83º48.94%81.57%-
HSV(B)247.83º19.91%90.59%-
XYZ53.2651.5482.74-
YUV192.04149.99127.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 185 (72.66% from 255) = 30.48%
BLUE value IS 231 (90.62% from 255) = 38.06%
R=31.47%
G=30.48%
B=38.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911852310.170.2000.09247.8348.9481.57
HexBFB9E7111409f83152
Octal277271347212401137061122
Binary101111111011100111100111100011010001001111110001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9E7; }

 p { color: rgb(191,185,231); }

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

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

 a { background-color: rgb(191,185,231); }

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

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

 span { border-color: rgb(191,185,231); }

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