#BFB1EB

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

Shades of Melrose #BFB1EB

Tints of Melrose #BFB1EB

Color information

#BFB1EB (or 0xBFB1EB) is unknown color: approx Melrose. HEX triplet: BF, B1 and EB. RGB value is (191,177,235). Sum of RGB (Red+Green+Blue) = 191+177+235=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFB1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFB1EB is #404E14. Grayscale: #BBBBBB. Windows color (decimal): -4214293 or 15446463. OLE color: 15446463.

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

Color convert

RGB191177235-
CMYK0.190.2500.08
HSL254.48º59.18%80.78%-
HSV(B)254.48º24.68%92.16%-
XYZ52.248.5285.21-
YUV187.8154.64130.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.67%
GREEN value IS 177 (69.53% from 255) = 29.35%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=31.67%
G=29.35%
B=38.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1911772350.190.2500.08254.4859.1880.78
HexBFB1EB131908fe3b51
Octal277261353233101037673121
Binary101111111011000111101011100111100101000111111101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB1EB; }

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

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

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

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

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

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

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

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