#B088B2

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

Shades of London Hue #B088B2

Tints of London Hue #B088B2

Color information

#B088B2 (or 0xB088B2) is unknown color: approx London Hue. HEX triplet: B0, 88 and B2. RGB value is (176,136,178). Sum of RGB (Red+Green+Blue) = 176+136+178=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 178 - color contains mainly: blue. Hex color #B088B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B088B2 is #4F774D. Grayscale: #989898. Windows color (decimal): -5207886 or 11700400. OLE color: 11700400.

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

Color convert

RGB176136178-
CMYK0.010.2400.30
HSL297.14º21.43%61.57%-
HSV(B)297.14º23.6%69.8%-
XYZ34.7430.0546.09-
YUV152.75142.25144.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.92%
GREEN value IS 136 (53.52% from 255) = 27.76%
BLUE value IS 178 (69.92% from 255) = 36.33%
R=35.92%
G=27.76%
B=36.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761361780.010.2400.30297.1421.4361.57
HexB088B211801E129153e
Octal2602102621300364512576
Binary10110000100010001011001011100001111010010100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B088B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B088B2; }

 p { color: rgb(176,136,178); }

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

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

 a { background-color: rgb(176,136,178); }

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

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

 span { border-color: rgb(176,136,178); }

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