#B09AAE

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

Shades of London Hue #B09AAE

Tints of London Hue #B09AAE

Color information

#B09AAE (or 0xB09AAE) is unknown color: approx London Hue. HEX triplet: B0, 9A and AE. RGB value is (176,154,174). Sum of RGB (Red+Green+Blue) = 176+154+174=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 176 - color contains mainly: red. Hex color #B09AAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09AAE is #4F6551. Grayscale: #A2A2A2. Windows color (decimal): -5203282 or 11442864. OLE color: 11442864.

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

Color convert

RGB176154174-
CMYK00.120.010.31
HSL305.45º12.22%64.71%-
HSV(B)305.45º12.5%69.02%-
XYZ37.135.444.92-
YUV162.86134.29137.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 174 (68.36% from 255) = 34.52%
R=34.92%
G=30.56%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615417400.120.010.31305.4512.2264.71
HexB09AAE0C11F131c41
Octal26023225601413746114101
Binary1011000010011010101011100110011111110011000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09AAE; }

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

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

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

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

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

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

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

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