#BFB7ED

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

Shades of Melrose #BFB7ED

Tints of Melrose #BFB7ED

Color information

#BFB7ED (or 0xBFB7ED) is unknown color: approx Melrose. HEX triplet: BF, B7 and ED. RGB value is (191,183,237). Sum of RGB (Red+Green+Blue) = 191+183+237=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB7ED is #404812. Grayscale: #BFBFBF. Windows color (decimal): -4212755 or 15579071. OLE color: 15579071.

HSL color Cylindrical-coordinate representation of color #BFB7ED: hue angle of 248.89º degrees, saturation: 0.6, 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 #BFB7ED is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191183237-
CMYK0.190.2300.07
HSL248.89º60%82.35%-
HSV(B)248.89º22.78%92.94%-
XYZ53.7151.0687.15-
YUV191.55153.65127.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 183 (71.88% from 255) = 29.95%
BLUE value IS 237 (92.97% from 255) = 38.79%
R=31.26%
G=29.95%
B=38.79%

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
Decimal1911832370.190.2300.07248.896082.35
HexBFB7ED131707f93c52
Octal27726735523270737174122
Binary10111111101101111110110110011101110111111110011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7ED; }

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

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

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

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

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

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

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

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