#BFB6EC

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

Shades of Melrose #BFB6EC

Tints of Melrose #BFB6EC

Color information

#BFB6EC (or 0xBFB6EC) is unknown color: approx Melrose. HEX triplet: BF, B6 and EC. RGB value is (191,182,236). Sum of RGB (Red+Green+Blue) = 191+182+236=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFB6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB6EC is #404913. Grayscale: #BEBEBE. Windows color (decimal): -4213012 or 15513279. OLE color: 15513279.

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

Color convert

RGB191182236-
CMYK0.190.2300.07
HSL250º58.7%81.96%-
HSV(B)250º22.88%92.55%-
XYZ53.3550.5986.31-
YUV190.85153.48128.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.36%
GREEN value IS 182 (71.48% from 255) = 29.89%
BLUE value IS 236 (92.58% from 255) = 38.75%
R=31.36%
G=29.89%
B=38.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911822360.190.2300.0725058.781.96
HexBFB6EC131707fa3b52
Octal27726635423270737273122
Binary10111111101101101110110010011101110111111110101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB6EC; }

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

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

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

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

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

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

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

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