#BFB0E1

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

Shades of Melrose #BFB0E1

Tints of Melrose #BFB0E1

Color information

#BFB0E1 (or 0xBFB0E1) is unknown color: approx Melrose. HEX triplet: BF, B0 and E1. RGB value is (191,176,225). Sum of RGB (Red+Green+Blue) = 191+176+225=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 225 (88.28% from 255 or 38.01% from 592); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFB0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0E1 is #404F1E. Grayscale: #B9B9B9. Windows color (decimal): -4214559 or 14790847. OLE color: 14790847.

HSL color Cylindrical-coordinate representation of color #BFB0E1: hue angle of 258.37º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFB0E1 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191176225-
CMYK0.150.2200.12
HSL258.37º44.95%78.63%-
HSV(B)258.37º21.78%88.24%-
XYZ50.647.5677.75-
YUV186.07149.97131.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.26%
GREEN value IS 176 (69.14% from 255) = 29.73%
BLUE value IS 225 (88.28% from 255) = 38.01%
R=32.26%
G=29.73%
B=38.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911762250.150.2200.12258.3744.9578.63
HexBFB0E1F160C1022d4f
Octal277260341172601440255117
Binary101111111011000011100001111110110011001000000101011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0E1; }

 p { color: rgb(191,176,225); }

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

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

 a { background-color: rgb(191,176,225); }

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

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

 span { border-color: rgb(191,176,225); }

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