#B08DA5

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

Shades of London Hue #B08DA5

Tints of London Hue #B08DA5

Color information

#B08DA5 (or 0xB08DA5) is unknown color: approx London Hue. HEX triplet: B0, 8D and A5. RGB value is (176,141,165). Sum of RGB (Red+Green+Blue) = 176+141+165=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 176 - color contains mainly: red. Hex color #B08DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08DA5 is #4F725A. Grayscale: #9A9A9A. Windows color (decimal): -5206619 or 10849712. OLE color: 10849712.

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

Color convert

RGB176141165-
CMYK00.200.060.31
HSL318.86º18.13%62.16%-
HSV(B)318.86º19.89%69.02%-
XYZ34.223139.78-
YUV154.2134.1143.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 141 (55.47% from 255) = 29.25%
BLUE value IS 165 (64.84% from 255) = 34.23%
R=36.51%
G=29.25%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614116500.200.060.31318.8618.1362.16
HexB08DA501461F13f123e
Octal2602152450246374772276
Binary1011000010001101101001010101001101111110011111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DA5; }

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

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

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

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

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

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

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

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