#BFB0E7

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

Shades of Melrose #BFB0E7

Tints of Melrose #BFB0E7

Color information

#BFB0E7 (or 0xBFB0E7) is unknown color: approx Melrose. HEX triplet: BF, B0 and E7. RGB value is (191,176,231). Sum of RGB (Red+Green+Blue) = 191+176+231=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFB0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB0E7 is #404F18. Grayscale: #BABABA. Windows color (decimal): -4214553 or 15184063. OLE color: 15184063.

HSL color Cylindrical-coordinate representation of color #BFB0E7: hue angle of 256.36º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFB0E7 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191176231-
CMYK0.170.2400.09
HSL256.36º53.4%79.8%-
HSV(B)256.36º23.81%90.59%-
XYZ51.4347.982.14-
YUV186.76152.97131.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.94%
GREEN value IS 176 (69.14% from 255) = 29.43%
BLUE value IS 231 (90.62% from 255) = 38.63%
R=31.94%
G=29.43%
B=38.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911762310.170.2400.09256.3653.479.8
HexBFB0E71118091003550
Octal277260347213001140065120
Binary1011111110110000111001111000111000010011000000001101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB0E7; }

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

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

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

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

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

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

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

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