#B09CAB

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

Shades of London Hue #B09CAB

Tints of London Hue #B09CAB

Color information

#B09CAB (or 0xB09CAB) is unknown color: approx London Hue. HEX triplet: B0, 9C and AB. RGB value is (176,156,171). Sum of RGB (Red+Green+Blue) = 176+156+171=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 156 (61.33% from 255 or 31.01% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 176 - color contains mainly: red. Hex color #B09CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09CAB is #4F6354. Grayscale: #A3A3A3. Windows color (decimal): -5202773 or 11246768. OLE color: 11246768.

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

Color convert

RGB176156171-
CMYK00.110.030.31
HSL315º11.24%65.1%-
HSV(B)315º11.36%69.02%-
XYZ37.1435.9543.51-
YUV163.69132.13136.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 156 (61.33% from 255) = 31.01%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=34.99%
G=31.01%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615617100.110.030.3131511.2465.1
HexB09CAB0B31F13bb41
Octal26023425301333747313101
Binary10110000100111001010101101011111111110011101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09CAB; }

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

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

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

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

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

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

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

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