#B08DB1

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

Shades of London Hue #B08DB1

Tints of London Hue #B08DB1

Color information

#B08DB1 (or 0xB08DB1) is unknown color: approx London Hue. HEX triplet: B0, 8D and B1. RGB value is (176,141,177). Sum of RGB (Red+Green+Blue) = 176+141+177=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 177 - color contains mainly: blue. Hex color #B08DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08DB1 is #4F724E. Grayscale: #9B9B9B. Windows color (decimal): -5206607 or 11636144. OLE color: 11636144.

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

Color convert

RGB176141177-
CMYK0.010.2000.31
HSL298.33º18.75%62.35%-
HSV(B)298.33º20.34%69.41%-
XYZ35.3731.4545.8-
YUV155.57140.1142.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 141 (55.47% from 255) = 28.54%
BLUE value IS 177 (69.53% from 255) = 35.83%
R=35.63%
G=28.54%
B=35.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761411770.010.2000.31298.3318.7562.35
HexB08DB111401F12a133e
Octal2602152611240374522376
Binary10110000100011011011000111010001111110010101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DB1; }

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

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

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

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

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

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

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

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