#B9B1E2

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

Shades of Melrose #B9B1E2

Tints of Melrose #B9B1E2

Color information

#B9B1E2 (or 0xB9B1E2) is unknown color: approx Melrose. HEX triplet: B9, B1 and E2. RGB value is (185,177,226). Sum of RGB (Red+Green+Blue) = 185+177+226=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 226 (88.67% from 255 or 38.44% from 588); Max value from RGB is 226 - color contains mainly: blue. Hex color #B9B1E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B1E2 is #464E1D. Grayscale: #B8B8B8. Windows color (decimal): -4607518 or 14856633. OLE color: 14856633.

HSL color Cylindrical-coordinate representation of color #B9B1E2: hue angle of 249.8º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9B1E2 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB185177226-
CMYK0.180.2200.11
HSL249.8º45.79%79.02%-
HSV(B)249.8º21.68%88.63%-
XYZ49.4647.2578.46-
YUV184.98151.15128.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.46%
GREEN value IS 177 (69.53% from 255) = 30.10%
BLUE value IS 226 (88.67% from 255) = 38.44%
R=31.46%
G=30.10%
B=38.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1851772260.180.2200.11249.845.7979.02
HexB9B1E212160Bfa2e4f
Octal271261342222601337256117
Binary101110011011000111100010100101011001011111110101011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B1E2; }

 p { color: rgb(185,177,226); }

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

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

 a { background-color: rgb(185,177,226); }

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

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

 span { border-color: rgb(185,177,226); }

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