#b08bb7

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

Shades of East Side #B08BB7

Tints of East Side #B08BB7

Color information

#B08BB7 (or 0xB08BB7) is unknown color: approx East Side. HEX triplet: B0, 8B and B7. RGB value is (176,139,183). Sum of RGB (Red+Green+Blue) = 176+139+183=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 183 - color contains mainly: blue. Hex color #B08BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BB7 is #4F7448. Grayscale: #9A9A9A. Windows color (decimal): -5207113 or 12028848. OLE color: 12028848.

HSL color Cylindrical-coordinate representation of color #B08BB7: hue angle of 290.45º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B08BB7 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB176139183-
CMYK0.040.2400.28
HSL290.45º23.4%63.14%-
HSV(B)290.45º24.04%71.76%-
XYZ35.6831.1148.92-
YUV155.08143.76142.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.34%
GREEN value IS 139 (54.69% from 255) = 27.91%
BLUE value IS 183 (71.88% from 255) = 36.75%
R=35.34%
G=27.91%
B=36.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761391830.040.2400.28290.4523.463.14
HexB08BB741801C122173f
Octal2602132674300344422777
Binary1011000010001011101101111001100001110010010001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b08bb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b08bb7; }

 p { color: rgb(176,139,183); }

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

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

 a { background-color: rgb(176,139,183); }

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

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

 span { border-color: rgb(176,139,183); }

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