#B089CE

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

Shades of East Side #B089CE

Tints of East Side #B089CE

Color information

#B089CE (or 0xB089CE) is unknown color: approx East Side. HEX triplet: B0, 89 and CE. RGB value is (176,137,206). Sum of RGB (Red+Green+Blue) = 176+137+206=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #B089CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089CE is #4F7631. Grayscale: #9C9C9C. Windows color (decimal): -5207602 or 13535664. OLE color: 13535664.

HSL color Cylindrical-coordinate representation of color #B089CE: hue angle of 273.91º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B089CE is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176137206-
CMYK0.150.3300.19
HSL273.91º41.32%67.25%-
HSV(B)273.91º33.5%80.78%-
XYZ37.9931.5862.49-
YUV156.53155.92141.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 137 (53.91% from 255) = 26.40%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=33.91%
G=26.40%
B=39.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761372060.150.3300.19273.9141.3267.25
HexB089CEF210131122943
Octal260211316174102342251103
Binary10110000100010011100111011111000010100111000100101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089CE; }

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

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

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

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

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

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

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

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