#B08DC9

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

Shades of East Side #B08DC9

Tints of East Side #B08DC9

Color information

#B08DC9 (or 0xB08DC9) is unknown color: approx East Side. HEX triplet: B0, 8D and C9. RGB value is (176,141,201). Sum of RGB (Red+Green+Blue) = 176+141+201=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 141 (55.47% from 255 or 27.22% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #B08DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08DC9 is #4F7236. Grayscale: #9E9E9E. Windows color (decimal): -5206583 or 13209008. OLE color: 13209008.

HSL color Cylindrical-coordinate representation of color #B08DC9: hue angle of 275º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B08DC9 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176141201-
CMYK0.120.3000.21
HSL275º35.71%67.06%-
HSV(B)275º29.85%78.82%-
XYZ37.9732.559.53-
YUV158.3152.1140.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.98%
GREEN value IS 141 (55.47% from 255) = 27.22%
BLUE value IS 201 (78.91% from 255) = 38.80%
R=33.98%
G=27.22%
B=38.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761412010.120.3000.2127535.7167.06
HexB08DC9C1E0151132443
Octal260215311143602542344103
Binary1011000010001101110010011100111100101011000100111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DC9; }

 p { color: rgb(176,141,201); }

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

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

 a { background-color: rgb(176,141,201); }

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

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

 span { border-color: rgb(176,141,201); }

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