#B089CF

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

Shades of East Side #B089CF

Tints of East Side #B089CF

Color information

#B089CF (or 0xB089CF) is unknown color: approx East Side. HEX triplet: B0, 89 and CF. RGB value is (176,137,207). Sum of RGB (Red+Green+Blue) = 176+137+207=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #B089CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089CF is #4F7630. Grayscale: #9C9C9C. Windows color (decimal): -5207601 or 13601200. OLE color: 13601200.

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

Color convert

RGB176137207-
CMYK0.150.3400.19
HSL273.43º42.17%67.45%-
HSV(B)273.43º33.82%81.18%-
XYZ38.1131.6363.13-
YUV156.64156.42141.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.85%
GREEN value IS 137 (53.91% from 255) = 26.35%
BLUE value IS 207 (81.25% from 255) = 39.81%
R=33.85%
G=26.35%
B=39.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761372070.150.3400.19273.4342.1767.45
HexB089CFF220131112a43
Octal260211317174202342152103
Binary10110000100010011100111111111000100100111000100011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089CF; }

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

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

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

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

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

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

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

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