#B8B0EB

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

Shades of Melrose #B8B0EB

Tints of Melrose #B8B0EB

Color information

#B8B0EB (or 0xB8B0EB) is unknown color: approx Melrose. HEX triplet: B8, B0 and EB. RGB value is (184,176,235). Sum of RGB (Red+Green+Blue) = 184+176+235=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8B0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8B0EB is #474F14. Grayscale: #B8B8B8. Windows color (decimal): -4673301 or 15446200. OLE color: 15446200.

HSL color Cylindrical-coordinate representation of color #B8B0EB: hue angle of 248.14º degrees, saturation: 0.6, 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 #B8B0EB is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184176235-
CMYK0.220.2500.08
HSL248.14º59.6%80.59%-
HSV(B)248.14º25.11%92.16%-
XYZ50.2947.2485.06-
YUV185.12156.15127.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.92%
GREEN value IS 176 (69.14% from 255) = 29.58%
BLUE value IS 235 (92.19% from 255) = 39.50%
R=30.92%
G=29.58%
B=39.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841762350.220.2500.08248.1459.680.59
HexB8B0EB161908f83c51
Octal270260353263101037074121
Binary101110001011000011101011101101100101000111110001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B0EB; }

 p { color: rgb(184,176,235); }

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

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

 a { background-color: rgb(184,176,235); }

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

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

 span { border-color: rgb(184,176,235); }

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