#B09DAE

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

Shades of London Hue #B09DAE

Tints of London Hue #B09DAE

Color information

#B09DAE (or 0xB09DAE) is unknown color: approx London Hue. HEX triplet: B0, 9D and AE. RGB value is (176,157,174). Sum of RGB (Red+Green+Blue) = 176+157+174=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 176 - color contains mainly: red. Hex color #B09DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09DAE is #4F6251. Grayscale: #A4A4A4. Windows color (decimal): -5202514 or 11443632. OLE color: 11443632.

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

Color convert

RGB176157174-
CMYK00.110.010.31
HSL306.32º10.73%65.29%-
HSV(B)306.32º10.8%69.02%-
XYZ37.636.445.09-
YUV164.62133.29136.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 174 (68.36% from 255) = 34.32%
R=34.71%
G=30.97%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615717400.110.010.31306.3210.7365.29
HexB09DAE0B11F132b41
Octal26023525601313746213101
Binary1011000010011101101011100101111111110011001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09DAE; }

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

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

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

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

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

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

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

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