#B080BC

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

Shades of East Side #B080BC

Tints of East Side #B080BC

Color information

#B080BC (or 0xB080BC) is unknown color: approx East Side. HEX triplet: B0, 80 and BC. RGB value is (176,128,188). Sum of RGB (Red+Green+Blue) = 176+128+188=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #B080BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080BC is #4F7F43. Grayscale: #959595. Windows color (decimal): -5209924 or 12353712. OLE color: 12353712.

HSL color Cylindrical-coordinate representation of color #B080BC: hue angle of 288º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B080BC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176128188-
CMYK0.060.3200.26
HSL288º30.93%61.96%-
HSV(B)288º31.91%73.73%-
XYZ34.728.351.21-
YUV149.19149.9147.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=35.77%
G=26.02%
B=38.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761281880.060.3200.2628830.9361.96
HexB080BC62001A1201f3e
Octal2602002746400324403776
Binary10110000100000001011110011010000001101010010000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B080BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B080BC; }

 p { color: rgb(176,128,188); }

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

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

 a { background-color: rgb(176,128,188); }

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

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

 span { border-color: rgb(176,128,188); }

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