#B8B1EF

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

Shades of Melrose #B8B1EF

Tints of Melrose #B8B1EF

Color information

#B8B1EF (or 0xB8B1EF) is unknown color: approx Melrose. HEX triplet: B8, B1 and EF. RGB value is (184,177,239). Sum of RGB (Red+Green+Blue) = 184+177+239=600 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.67% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8B1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8B1EF is #474E10. Grayscale: #B9B9B9. Windows color (decimal): -4673041 or 15708600. OLE color: 15708600.

HSL color Cylindrical-coordinate representation of color #B8B1EF: hue angle of 246.77º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8B1EF is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184177239-
CMYK0.230.2600.06
HSL246.77º65.96%81.57%-
HSV(B)246.77º25.94%93.73%-
XYZ51.0747.8788.21-
YUV186.16157.82126.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.67%
GREEN value IS 177 (69.53% from 255) = 29.5%
BLUE value IS 239 (93.75% from 255) = 39.83%
R=30.67%
G=29.5%
B=39.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841772390.230.2600.06246.7765.9681.57
HexB8B1EF171A06f74252
Octal270261357273206367102122
Binary101110001011000111101111101111101001101111011110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B1EF; }

 p { color: rgb(184,177,239); }

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

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

 a { background-color: rgb(184,177,239); }

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

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

 span { border-color: rgb(184,177,239); }

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