#B08DA7

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

Shades of London Hue #B08DA7

Tints of London Hue #B08DA7

Color information

#B08DA7 (or 0xB08DA7) is unknown color: approx London Hue. HEX triplet: B0, 8D and A7. RGB value is (176,141,167). Sum of RGB (Red+Green+Blue) = 176+141+167=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B08DA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08DA7 is #4F7258. Grayscale: #9A9A9A. Windows color (decimal): -5206617 or 10980784. OLE color: 10980784.

HSL color Cylindrical-coordinate representation of color #B08DA7: hue angle of 315.43º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B08DA7 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB176141167-
CMYK00.200.050.31
HSL315.43º18.13%62.16%-
HSV(B)315.43º19.89%69.02%-
XYZ34.431.0740.74-
YUV154.43135.1143.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 167 (65.62% from 255) = 34.50%
R=36.36%
G=29.13%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614116700.200.050.31315.4318.1362.16
HexB08DA701451F13b123e
Octal2602152470245374732276
Binary1011000010001101101001110101001011111110011101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DA7; }

 p { color: rgb(176,141,167); }

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

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

 a { background-color: rgb(176,141,167); }

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

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

 span { border-color: rgb(176,141,167); }

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