#BFB8E5

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

Shades of Melrose #BFB8E5

Tints of Melrose #BFB8E5

Color information

#BFB8E5 (or 0xBFB8E5) is unknown color: approx Melrose. HEX triplet: BF, B8 and E5. RGB value is (191,184,229). Sum of RGB (Red+Green+Blue) = 191+184+229=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFB8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB8E5 is #40471A. Grayscale: #BFBFBF. Windows color (decimal): -4212507 or 15055039. OLE color: 15055039.

HSL color Cylindrical-coordinate representation of color #BFB8E5: hue angle of 249.33º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB8E5 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191184229-
CMYK0.170.2000.10
HSL249.33º46.39%80.98%-
HSV(B)249.33º19.65%89.8%-
XYZ52.7751.0181.19-
YUV191.22149.32127.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 184 (72.27% from 255) = 30.46%
BLUE value IS 229 (89.84% from 255) = 37.91%
R=31.62%
G=30.46%
B=37.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1911842290.170.2000.10249.3346.3980.98
HexBFB8E511140Af92e51
Octal277270345212401237156121
Binary101111111011100011100101100011010001010111110011011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB8E5; }

 p { color: rgb(191,184,229); }

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

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

 a { background-color: rgb(191,184,229); }

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

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

 span { border-color: rgb(191,184,229); }

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