#B09CAD

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

Shades of London Hue #B09CAD

Tints of London Hue #B09CAD

Color information

#B09CAD (or 0xB09CAD) is unknown color: approx London Hue. HEX triplet: B0, 9C and AD. RGB value is (176,156,173). Sum of RGB (Red+Green+Blue) = 176+156+173=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 176 - color contains mainly: red. Hex color #B09CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09CAD is #4F6352. Grayscale: #A3A3A3. Windows color (decimal): -5202771 or 11377840. OLE color: 11377840.

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

Color convert

RGB176156173-
CMYK00.110.020.31
HSL309º11.24%65.1%-
HSV(B)309º11.36%69.02%-
XYZ37.3436.0244.52-
YUV163.92133.13136.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 156 (61.33% from 255) = 30.89%
BLUE value IS 173 (67.97% from 255) = 34.26%
R=34.85%
G=30.89%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615617300.110.020.3130911.2465.1
HexB09CAD0B21F135b41
Octal26023425501323746513101
Binary10110000100111001010110101011101111110011010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09CAD; }

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

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

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

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

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

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

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

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