#B08EAE

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

Shades of London Hue #B08EAE

Tints of London Hue #B08EAE

Color information

#B08EAE (or 0xB08EAE) is unknown color: approx London Hue. HEX triplet: B0, 8E and AE. RGB value is (176,142,174). Sum of RGB (Red+Green+Blue) = 176+142+174=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 176 - color contains mainly: red. Hex color #B08EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08EAE is #4F7151. Grayscale: #9B9B9B. Windows color (decimal): -5206354 or 11439792. OLE color: 11439792.

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

Color convert

RGB176142174-
CMYK00.190.010.31
HSL303.53º17.71%62.35%-
HSV(B)303.53º19.32%69.02%-
XYZ35.2231.6344.29-
YUV155.81138.26142.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 142 (55.86% from 255) = 28.86%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=35.77%
G=28.86%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614217400.190.010.31303.5317.7162.35
HexB08EAE01311F130123e
Octal2602162560231374602276
Binary10110000100011101010111001001111111110011000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EAE; }

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

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

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

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

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

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

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

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