#BFB7EE

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

Shades of Melrose #BFB7EE

Tints of Melrose #BFB7EE

Color information

#BFB7EE (or 0xBFB7EE) is unknown color: approx Melrose. HEX triplet: BF, B7 and EE. RGB value is (191,183,238). Sum of RGB (Red+Green+Blue) = 191+183+238=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFB7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB7EE is #404811. Grayscale: #BFBFBF. Windows color (decimal): -4212754 or 15644607. OLE color: 15644607.

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

Color convert

RGB191183238-
CMYK0.200.2300.07
HSL248.73º61.8%82.55%-
HSV(B)248.73º23.11%93.33%-
XYZ53.8551.1287.92-
YUV191.66154.15127.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 183 (71.88% from 255) = 29.90%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=31.21%
G=29.90%
B=38.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911832380.200.2300.07248.7361.882.55
HexBFB7EE141707f93e53
Octal27726735624270737176123
Binary10111111101101111110111010100101110111111110011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7EE; }

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

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

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

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

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

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

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

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