#B09AAA

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

Shades of London Hue #B09AAA

Tints of London Hue #B09AAA

Color information

#B09AAA (or 0xB09AAA) is unknown color: approx London Hue. HEX triplet: B0, 9A and AA. RGB value is (176,154,170). Sum of RGB (Red+Green+Blue) = 176+154+170=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 176 - color contains mainly: red. Hex color #B09AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09AAA is #4F6555. Grayscale: #A2A2A2. Windows color (decimal): -5203286 or 11180720. OLE color: 11180720.

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

Color convert

RGB176154170-
CMYK00.120.030.31
HSL316.36º12.22%64.71%-
HSV(B)316.36º12.5%69.02%-
XYZ36.7235.2442.9-
YUV162.4132.29137.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.2%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 170 (66.80% from 255) = 34%
R=35.2%
G=30.8%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615417000.120.030.31316.3612.2264.71
HexB09AAA0C31F13cc41
Octal26023225201433747414101
Binary10110000100110101010101001100111111110011110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09AAA; }

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

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

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

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

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

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

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

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