#BFB7EB

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

Shades of Melrose #BFB7EB

Tints of Melrose #BFB7EB

Color information

#BFB7EB (or 0xBFB7EB) is unknown color: approx Melrose. HEX triplet: BF, B7 and EB. RGB value is (191,183,235). Sum of RGB (Red+Green+Blue) = 191+183+235=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFB7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB7EB is #404814. Grayscale: #BFBFBF. Windows color (decimal): -4212757 or 15447999. OLE color: 15447999.

HSL color Cylindrical-coordinate representation of color #BFB7EB: hue angle of 249.23º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFB7EB is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191183235-
CMYK0.190.2200.08
HSL249.23º56.52%81.96%-
HSV(B)249.23º22.13%92.16%-
XYZ53.4150.9485.61-
YUV191.32152.65127.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.36%
GREEN value IS 183 (71.88% from 255) = 30.05%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=31.36%
G=30.05%
B=38.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911832350.190.2200.08249.2356.5281.96
HexBFB7EB131608f93952
Octal277267353232601037171122
Binary101111111011011111101011100111011001000111110011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB7EB; }

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

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

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

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

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

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

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

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