#BFB9EB

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

Shades of Melrose #BFB9EB

Tints of Melrose #BFB9EB

Color information

#BFB9EB (or 0xBFB9EB) is unknown color: approx Melrose. HEX triplet: BF, B9 and EB. RGB value is (191,185,235). Sum of RGB (Red+Green+Blue) = 191+185+235=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFB9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFB9EB is #404614. Grayscale: #C0C0C0. Windows color (decimal): -4212245 or 15448511. OLE color: 15448511.

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

Color convert

RGB191185235-
CMYK0.190.2100.08
HSL247.2º55.56%82.35%-
HSV(B)247.2º21.28%92.16%-
XYZ53.8351.7785.75-
YUV192.49151.99126.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=31.26%
G=30.28%
B=38.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911852350.190.2100.08247.255.5682.35
HexBFB9EB131508f73852
Octal277271353232501036770122
Binary101111111011100111101011100111010101000111101111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB9EB; }

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

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

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

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

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

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

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

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