#B08DAC

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

Shades of London Hue #B08DAC

Tints of London Hue #B08DAC

Color information

#B08DAC (or 0xB08DAC) is unknown color: approx London Hue. HEX triplet: B0, 8D and AC. RGB value is (176,141,172). Sum of RGB (Red+Green+Blue) = 176+141+172=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B08DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08DAC is #4F7253. Grayscale: #9A9A9A. Windows color (decimal): -5206612 or 11308464. OLE color: 11308464.

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

Color convert

RGB176141172-
CMYK00.200.020.31
HSL306.86º18.13%62.16%-
HSV(B)306.86º19.89%69.02%-
XYZ34.8831.2643.23-
YUV155137.6142.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 141 (55.47% from 255) = 28.83%
BLUE value IS 172 (67.58% from 255) = 35.17%
R=35.99%
G=28.83%
B=35.17%

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
Decimal17614117200.200.020.31306.8618.1362.16
HexB08DAC01421F133123e
Octal2602152540242374632276
Binary101100001000110110101100010100101111110011001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DAC; }

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

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

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

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

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

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

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

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