#B088B4

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

Shades of London Hue #B088B4

Tints of London Hue #B088B4

Color information

#B088B4 (or 0xB088B4) is unknown color: approx London Hue. HEX triplet: B0, 88 and B4. RGB value is (176,136,180). Sum of RGB (Red+Green+Blue) = 176+136+180=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 180 - color contains mainly: blue. Hex color #B088B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088B4 is #4F774B. Grayscale: #989898. Windows color (decimal): -5207884 or 11831472. OLE color: 11831472.

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

Color convert

RGB176136180-
CMYK0.020.2400.29
HSL294.55º22.68%61.96%-
HSV(B)294.55º24.44%70.59%-
XYZ34.9530.1347.15-
YUV152.98143.25144.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 136 (53.52% from 255) = 27.64%
BLUE value IS 180 (70.70% from 255) = 36.59%
R=35.77%
G=27.64%
B=36.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761361800.020.2400.29294.5522.6861.96
HexB088B421801D127173e
Octal2602102642300354472776
Binary101100001000100010110100101100001110110010011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B088B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B088B4; }

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

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

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

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

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

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

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

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