#B089D0

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

Shades of East Side #B089D0

Tints of East Side #B089D0

Color information

#B089D0 (or 0xB089D0) is unknown color: approx East Side. HEX triplet: B0, 89 and D0. RGB value is (176,137,208). Sum of RGB (Red+Green+Blue) = 176+137+208=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #B089D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089D0 is #4F762F. Grayscale: #9C9C9C. Windows color (decimal): -5207600 or 13666736. OLE color: 13666736.

HSL color Cylindrical-coordinate representation of color #B089D0: hue angle of 272.96º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B089D0 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176137208-
CMYK0.150.3400.18
HSL272.96º43.03%67.65%-
HSV(B)272.96º34.13%81.57%-
XYZ38.2431.6863.77-
YUV156.76156.92141.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.78%
GREEN value IS 137 (53.91% from 255) = 26.30%
BLUE value IS 208 (81.64% from 255) = 39.92%
R=33.78%
G=26.30%
B=39.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761372080.150.3400.18272.9643.0367.65
HexB089D0F220121112b44
Octal260211320174202242153104
Binary10110000100010011101000011111000100100101000100011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089D0; }

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

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

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

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

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

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

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

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