#BFB7EC

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

Shades of Melrose #BFB7EC

Tints of Melrose #BFB7EC

Color information

#BFB7EC (or 0xBFB7EC) is unknown color: approx Melrose. HEX triplet: BF, B7 and EC. RGB value is (191,183,236). Sum of RGB (Red+Green+Blue) = 191+183+236=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 183 (71.88% from 255 or 30% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFB7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB7EC is #404813. Grayscale: #BFBFBF. Windows color (decimal): -4212756 or 15513535. OLE color: 15513535.

HSL color Cylindrical-coordinate representation of color #BFB7EC: hue angle of 249.06º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFB7EC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191183236-
CMYK0.190.2200.07
HSL249.06º58.24%82.16%-
HSV(B)249.06º22.46%92.55%-
XYZ53.565186.38-
YUV191.43153.15127.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 183 (71.88% from 255) = 30%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=31.31%
G=30%
B=38.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911832360.190.2200.07249.0658.2482.16
HexBFB7EC131607f93a52
Octal27726735423260737172122
Binary10111111101101111110110010011101100111111110011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7EC; }

 p { color: rgb(191,183,236); }

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

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

 a { background-color: rgb(191,183,236); }

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

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

 span { border-color: rgb(191,183,236); }

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