#B08BAD

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

Shades of London Hue #B08BAD

Tints of London Hue #B08BAD

Color information

#B08BAD (or 0xB08BAD) is unknown color: approx London Hue. HEX triplet: B0, 8B and AD. RGB value is (176,139,173). Sum of RGB (Red+Green+Blue) = 176+139+173=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B08BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08BAD is #4F7452. Grayscale: #999999. Windows color (decimal): -5207123 or 11373488. OLE color: 11373488.

HSL color Cylindrical-coordinate representation of color #B08BAD: hue angle of 304.86º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B08BAD is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB176139173-
CMYK00.210.020.31
HSL304.86º18.97%61.76%-
HSV(B)304.86º21.02%69.02%-
XYZ34.6830.7143.64-
YUV153.94138.76143.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.07%
GREEN value IS 139 (54.69% from 255) = 28.48%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=36.07%
G=28.48%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613917300.210.020.31304.8618.9761.76
HexB08BAD01521F131133e
Octal2602132550252374612376
Binary101100001000101110101101010101101111110011000110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08BAD; }

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

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

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

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

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

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

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

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