#B091BD

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

Shades of East Side #B091BD

Tints of East Side #B091BD

Color information

#B091BD (or 0xB091BD) is unknown color: approx East Side. HEX triplet: B0, 91 and BD. RGB value is (176,145,189). Sum of RGB (Red+Green+Blue) = 176+145+189=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 189 - color contains mainly: blue. Hex color #B091BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091BD is #4F6E42. Grayscale: #9F9F9F. Windows color (decimal): -5205571 or 12423600. OLE color: 12423600.

HSL color Cylindrical-coordinate representation of color #B091BD: hue angle of 282.27º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B091BD is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176145189-
CMYK0.070.2300.26
HSL282.27º25%65.49%-
HSV(B)282.27º23.28%74.12%-
XYZ37.2233.1652.58-
YUV159.28144.77139.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.51%
GREEN value IS 145 (57.03% from 255) = 28.43%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=34.51%
G=28.43%
B=37.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761451890.070.2300.26282.272565.49
HexB091BD71701A11a1941
Octal26022127572703243231101
Binary10110000100100011011110111110111011010100011010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B091BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B091BD; }

 p { color: rgb(176,145,189); }

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

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

 a { background-color: rgb(176,145,189); }

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

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

 span { border-color: rgb(176,145,189); }

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