#BFB3EC

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

Shades of Melrose #BFB3EC

Tints of Melrose #BFB3EC

Color information

#BFB3EC (or 0xBFB3EC) is unknown color: approx Melrose. HEX triplet: BF, B3 and EC. RGB value is (191,179,236). Sum of RGB (Red+Green+Blue) = 191+179+236=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 179 (70.31% from 255 or 29.54% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFB3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB3EC is #404C13. Grayscale: #BCBCBC. Windows color (decimal): -4213780 or 15512511. OLE color: 15512511.

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

Color convert

RGB191179236-
CMYK0.190.2400.07
HSL252.63º60%81.37%-
HSV(B)252.63º24.15%92.55%-
XYZ52.7549.3786.11-
YUV189.09154.48129.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.52%
GREEN value IS 179 (70.31% from 255) = 29.54%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=31.52%
G=29.54%
B=38.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911792360.190.2400.07252.636081.37
HexBFB3EC131807fd3c51
Octal27726335423300737574121
Binary10111111101100111110110010011110000111111111011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB3EC; }

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

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

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

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

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

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

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

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