#B0A0BF

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

Shades of East Side #B0A0BF

Tints of East Side #B0A0BF

Color information

#B0A0BF (or 0xB0A0BF) is unknown color: approx East Side. HEX triplet: B0, A0 and BF. RGB value is (176,160,191). Sum of RGB (Red+Green+Blue) = 176+160+191=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #B0A0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A0BF is #4F5F40. Grayscale: #A8A8A8. Windows color (decimal): -5201729 or 12558512. OLE color: 12558512.

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

Color convert

RGB176160191-
CMYK0.080.1600.25
HSL270.97º19.5%68.82%-
HSV(B)270.97º16.23%74.9%-
XYZ39.8838.1354.55-
YUV168.32140.8133.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.40%
GREEN value IS 160 (62.89% from 255) = 30.36%
BLUE value IS 191 (75% from 255) = 36.24%
R=33.40%
G=30.36%
B=36.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761601910.080.1600.25270.9719.568.82
HexB0A0BF81001910f1345
Octal260240277102003141723105
Binary101100001010000010111111100010000011001100001111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A0BF; }

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

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

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

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

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

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

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

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