#B089CB

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

Shades of East Side #B089CB

Tints of East Side #B089CB

Color information

#B089CB (or 0xB089CB) is unknown color: approx East Side. HEX triplet: B0, 89 and CB. RGB value is (176,137,203). Sum of RGB (Red+Green+Blue) = 176+137+203=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 137 (53.91% from 255 or 26.55% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #B089CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089CB is #4F7634. Grayscale: #9B9B9B. Windows color (decimal): -5207605 or 13339056. OLE color: 13339056.

HSL color Cylindrical-coordinate representation of color #B089CB: hue angle of 275.45º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B089CB is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176137203-
CMYK0.130.3300.20
HSL275.45º38.82%66.67%-
HSV(B)275.45º32.51%79.61%-
XYZ37.6331.4360.58-
YUV156.18154.42142.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 137 (53.91% from 255) = 26.55%
BLUE value IS 203 (79.69% from 255) = 39.34%
R=34.11%
G=26.55%
B=39.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761372030.130.3300.20275.4538.8266.67
HexB089CBD210141132743
Octal260211313154102442347103
Binary10110000100010011100101111011000010101001000100111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089CB; }

 p { color: rgb(176,137,203); }

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

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

 a { background-color: rgb(176,137,203); }

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

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

 span { border-color: rgb(176,137,203); }

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