#B08DAD

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

Shades of London Hue #B08DAD

Tints of London Hue #B08DAD

Color information

#B08DAD (or 0xB08DAD) is unknown color: approx London Hue. HEX triplet: B0, 8D and AD. RGB value is (176,141,173). Sum of RGB (Red+Green+Blue) = 176+141+173=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 176 - color contains mainly: red. Hex color #B08DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08DAD is #4F7252. Grayscale: #9B9B9B. Windows color (decimal): -5206611 or 11374000. OLE color: 11374000.

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

Color convert

RGB176141173-
CMYK00.200.020.31
HSL305.14º18.13%62.16%-
HSV(B)305.14º19.89%69.02%-
XYZ34.9731.343.73-
YUV155.11138.1142.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.92%
GREEN value IS 141 (55.47% from 255) = 28.78%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=35.92%
G=28.78%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614117300.200.020.31305.1418.1362.16
HexB08DAD01421F131123e
Octal2602152550242374612276
Binary101100001000110110101101010100101111110011000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DAD; }

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

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

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

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

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

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

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

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