#B08EAC

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

Shades of London Hue #B08EAC

Tints of London Hue #B08EAC

Color information

#B08EAC (or 0xB08EAC) is unknown color: approx London Hue. HEX triplet: B0, 8E and AC. RGB value is (176,142,172). Sum of RGB (Red+Green+Blue) = 176+142+172=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 176 - color contains mainly: red. Hex color #B08EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08EAC is #4F7153. Grayscale: #9B9B9B. Windows color (decimal): -5206356 or 11308720. OLE color: 11308720.

HSL color Cylindrical-coordinate representation of color #B08EAC: hue angle of 307.06º 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 #B08EAC is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB176142172-
CMYK00.190.020.31
HSL307.06º17.71%62.35%-
HSV(B)307.06º19.32%69.02%-
XYZ35.0231.5543.27-
YUV155.59137.26142.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.92%
GREEN value IS 142 (55.86% from 255) = 28.98%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=35.92%
G=28.98%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614217200.190.020.31307.0617.7162.35
HexB08EAC01321F133123e
Octal2602162540232374632276
Binary101100001000111010101100010011101111110011001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EAC; }

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

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

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

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

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

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

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

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