#B08EA6

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

Shades of London Hue #B08EA6

Tints of London Hue #B08EA6

Color information

#B08EA6 (or 0xB08EA6) is unknown color: approx London Hue. HEX triplet: B0, 8E and A6. RGB value is (176,142,166). Sum of RGB (Red+Green+Blue) = 176+142+166=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B08EA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08EA6 is #4F7159. Grayscale: #9A9A9A. Windows color (decimal): -5206362 or 10915504. OLE color: 10915504.

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

Color convert

RGB176142166-
CMYK00.190.060.31
HSL317.65º17.71%62.35%-
HSV(B)317.65º19.32%69.02%-
XYZ34.4631.3340.31-
YUV154.9134.26143.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 142 (55.86% from 255) = 29.34%
BLUE value IS 166 (65.23% from 255) = 34.30%
R=36.36%
G=29.34%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614216600.190.060.31317.6517.7162.35
HexB08EA601361F13e123e
Octal2602162460236374762276
Binary1011000010001110101001100100111101111110011111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EA6; }

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

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

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

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

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

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

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

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