#B08DAB

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

Shades of London Hue #B08DAB

Tints of London Hue #B08DAB

Color information

#B08DAB (or 0xB08DAB) is unknown color: approx London Hue. HEX triplet: B0, 8D and AB. RGB value is (176,141,171). Sum of RGB (Red+Green+Blue) = 176+141+171=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 176 - color contains mainly: red. Hex color #B08DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08DAB is #4F7254. Grayscale: #9A9A9A. Windows color (decimal): -5206613 or 11242928. OLE color: 11242928.

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

Color convert

RGB176141171-
CMYK00.200.030.31
HSL308.57º18.13%62.16%-
HSV(B)308.57º19.89%69.02%-
XYZ34.7831.2242.72-
YUV154.88137.1143.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.07%
GREEN value IS 141 (55.47% from 255) = 28.89%
BLUE value IS 171 (67.19% from 255) = 35.04%
R=36.07%
G=28.89%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614117100.200.030.31308.5718.1362.16
HexB08DAB01431F135123e
Octal2602152530243374652276
Binary101100001000110110101011010100111111110011010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DAB; }

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

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

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

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

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

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

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

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