#B08DBE

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

Shades of East Side #B08DBE

Tints of East Side #B08DBE

Color information

#B08DBE (or 0xB08DBE) is unknown color: approx East Side. HEX triplet: B0, 8D and BE. RGB value is (176,141,190). Sum of RGB (Red+Green+Blue) = 176+141+190=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #B08DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08DBE is #4F7241. Grayscale: #9C9C9C. Windows color (decimal): -5206594 or 12488112. OLE color: 12488112.

HSL color Cylindrical-coordinate representation of color #B08DBE: hue angle of 282.86º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B08DBE is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176141190-
CMYK0.070.2600.25
HSL282.86º27.37%64.9%-
HSV(B)282.86º25.79%74.51%-
XYZ36.723252.96-
YUV157.05146.6141.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 141 (55.47% from 255) = 27.81%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=34.71%
G=27.81%
B=37.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761411900.070.2600.25282.8627.3764.9
HexB08DBE71A01911b1b41
Octal26021527673203143333101
Binary10110000100011011011111011111010011001100011011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DBE; }

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

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

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

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

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

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

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

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