#B09BAD

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

Shades of London Hue #B09BAD

Tints of London Hue #B09BAD

Color information

#B09BAD (or 0xB09BAD) is unknown color: approx London Hue. HEX triplet: B0, 9B and AD. RGB value is (176,155,173). Sum of RGB (Red+Green+Blue) = 176+155+173=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 176 - color contains mainly: red. Hex color #B09BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09BAD is #4F6452. Grayscale: #A3A3A3. Windows color (decimal): -5203027 or 11377584. OLE color: 11377584.

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

Color convert

RGB176155173-
CMYK00.120.020.31
HSL308.57º11.73%64.9%-
HSV(B)308.57º11.93%69.02%-
XYZ37.1735.6944.47-
YUV163.33133.46137.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 155 (60.94% from 255) = 30.75%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=34.92%
G=30.75%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615517300.120.020.31308.5711.7364.9
HexB09BAD0C21F135c41
Octal26023325501423746514101
Binary10110000100110111010110101100101111110011010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09BAD; }

 p { color: rgb(176,155,173); }

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

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

 a { background-color: rgb(176,155,173); }

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

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

 span { border-color: rgb(176,155,173); }

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