#B09EAB

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

Shades of London Hue #B09EAB

Tints of London Hue #B09EAB

Color information

#B09EAB (or 0xB09EAB) is unknown color: approx London Hue. HEX triplet: B0, 9E and AB. RGB value is (176,158,171). Sum of RGB (Red+Green+Blue) = 176+158+171=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 176 - color contains mainly: red. Hex color #B09EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09EAB is #4F6154. Grayscale: #A4A4A4. Windows color (decimal): -5202261 or 11247280. OLE color: 11247280.

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

Color convert

RGB176158171-
CMYK00.100.030.31
HSL316.67º10.23%65.49%-
HSV(B)316.67º10.23%69.02%-
XYZ37.4836.6243.62-
YUV164.86131.46135.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 158 (62.11% from 255) = 31.29%
BLUE value IS 171 (67.19% from 255) = 33.86%
R=34.85%
G=31.29%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615817100.100.030.31316.6710.2365.49
HexB09EAB0A31F13da41
Octal26023625301233747512101
Binary10110000100111101010101101010111111110011110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09EAB; }

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

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

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

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

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

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

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

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