#B091BF

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

Shades of East Side #B091BF

Tints of East Side #B091BF

Color information

#B091BF (or 0xB091BF) is unknown color: approx East Side. HEX triplet: B0, 91 and BF. RGB value is (176,145,191). Sum of RGB (Red+Green+Blue) = 176+145+191=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #B091BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091BF is #4F6E40. Grayscale: #9F9F9F. Windows color (decimal): -5205569 or 12554672. OLE color: 12554672.

HSL color Cylindrical-coordinate representation of color #B091BF: hue angle of 280.43º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B091BF is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176145191-
CMYK0.080.2400.25
HSL280.43º26.44%65.88%-
HSV(B)280.43º24.08%74.9%-
XYZ37.4333.2453.73-
YUV159.51145.77139.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 191 (75% from 255) = 37.30%
R=34.38%
G=28.32%
B=37.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761451910.080.2400.25280.4326.4465.88
HexB091BF8180191181a42
Octal260221277103003143032102
Binary101100001001000110111111100011000011001100011000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B091BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B091BF; }

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

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

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

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

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

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

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

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