#B08CBB

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

Shades of East Side #B08CBB

Tints of East Side #B08CBB

Color information

#B08CBB (or 0xB08CBB) is unknown color: approx East Side. HEX triplet: B0, 8C and BB. RGB value is (176,140,187). Sum of RGB (Red+Green+Blue) = 176+140+187=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 187 - color contains mainly: blue. Hex color #B08CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CBB is #4F7344. Grayscale: #9B9B9B. Windows color (decimal): -5206853 or 12291248. OLE color: 12291248.

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

Color convert

RGB176140187-
CMYK0.060.2500.27
HSL285.96º25.68%64.12%-
HSV(B)285.96º25.13%73.33%-
XYZ36.2531.5751.2-
YUV156.12145.43142.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 187 (73.44% from 255) = 37.18%
R=34.99%
G=27.83%
B=37.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761401870.060.2500.27285.9625.6864.12
HexB08CBB61901B11e1a40
Octal26021427363103343632100
Binary10110000100011001011101111011001011011100011110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08CBB; }

 p { color: rgb(176,140,187); }

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

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

 a { background-color: rgb(176,140,187); }

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

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

 span { border-color: rgb(176,140,187); }

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