#B089B3

Color #B089B3 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B089B3

Tints of London Hue #B089B3

Color information

#B089B3 (or 0xB089B3) is unknown color: approx London Hue. HEX triplet: B0, 89 and B3. RGB value is (176,137,179). Sum of RGB (Red+Green+Blue) = 176+137+179=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 179 - color contains mainly: blue. Hex color #B089B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089B3 is #4F764C. Grayscale: #999999. Windows color (decimal): -5207629 or 11766192. OLE color: 11766192.

HSL color Cylindrical-coordinate representation of color #B089B3: hue angle of 295.71º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B089B3 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB176137179-
CMYK0.020.2300.30
HSL295.71º21.65%61.96%-
HSV(B)295.71º23.46%70.2%-
XYZ34.9930.3846.67-
YUV153.45142.42144.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 137 (53.91% from 255) = 27.85%
BLUE value IS 179 (70.31% from 255) = 36.38%
R=35.77%
G=27.85%
B=36.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761371790.020.2300.30295.7121.6561.96
HexB089B321701E128163e
Octal2602112632270364502676
Binary101100001000100110110011101011101111010010100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089B3; }

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

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

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

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

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

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

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

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