#B08EAB

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

Shades of London Hue #B08EAB

Tints of London Hue #B08EAB

Color information

#B08EAB (or 0xB08EAB) is unknown color: approx London Hue. HEX triplet: B0, 8E and AB. RGB value is (176,142,171). Sum of RGB (Red+Green+Blue) = 176+142+171=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B08EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08EAB is #4F7154. Grayscale: #9B9B9B. Windows color (decimal): -5206357 or 11243184. OLE color: 11243184.

HSL color Cylindrical-coordinate representation of color #B08EAB: hue angle of 308.82º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B08EAB is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB176142171-
CMYK00.190.030.31
HSL308.82º17.71%62.35%-
HSV(B)308.82º19.32%69.02%-
XYZ34.9331.5242.77-
YUV155.47136.76142.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 171 (67.19% from 255) = 34.97%
R=35.99%
G=29.04%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614217100.190.030.31308.8217.7162.35
HexB08EAB01331F135123e
Octal2602162530233374652276
Binary101100001000111010101011010011111111110011010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EAB; }

 p { color: rgb(176,142,171); }

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

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

 a { background-color: rgb(176,142,171); }

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

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

 span { border-color: rgb(176,142,171); }

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