#B08BC4

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

Shades of East Side #B08BC4

Tints of East Side #B08BC4

Color information

#B08BC4 (or 0xB08BC4) is unknown color: approx East Side. HEX triplet: B0, 8B and C4. RGB value is (176,139,196). Sum of RGB (Red+Green+Blue) = 176+139+196=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 196 - color contains mainly: blue. Hex color #B08BC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BC4 is #4F743B. Grayscale: #9C9C9C. Windows color (decimal): -5207100 or 12880816. OLE color: 12880816.

HSL color Cylindrical-coordinate representation of color #B08BC4: hue angle of 278.95º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B08BC4 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB176139196-
CMYK0.100.2900.23
HSL278.95º32.57%65.69%-
HSV(B)278.95º29.08%76.86%-
XYZ37.131.6856.38-
YUV156.56150.26141.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 139 (54.69% from 255) = 27.20%
BLUE value IS 196 (76.95% from 255) = 38.36%
R=34.44%
G=27.20%
B=38.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761391960.100.2900.23278.9532.5765.69
HexB08BC4A1D0171172142
Octal260213304123502742741102
Binary1011000010001011110001001010111010101111000101111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08BC4; }

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

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

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

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

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

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

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

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