#B09DAB

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

Shades of London Hue #B09DAB

Tints of London Hue #B09DAB

Color information

#B09DAB (or 0xB09DAB) is unknown color: approx London Hue. HEX triplet: B0, 9D and AB. RGB value is (176,157,171). Sum of RGB (Red+Green+Blue) = 176+157+171=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 176 - color contains mainly: red. Hex color #B09DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09DAB is #4F6254. Grayscale: #A4A4A4. Windows color (decimal): -5202517 or 11247024. OLE color: 11247024.

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

Color convert

RGB176157171-
CMYK00.110.030.31
HSL315.79º10.73%65.29%-
HSV(B)315.79º10.8%69.02%-
XYZ37.3136.2843.57-
YUV164.28131.79136.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=34.92%
G=31.15%
B=33.93%

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
Decimal17615717100.110.030.31315.7910.7365.29
HexB09DAB0B31F13cb41
Octal26023525301333747413101
Binary10110000100111011010101101011111111110011110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DAB; }

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

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

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

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

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

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

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

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