#B08DAA

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

Shades of London Hue #B08DAA

Tints of London Hue #B08DAA

Color information

#B08DAA (or 0xB08DAA) is unknown color: approx London Hue. HEX triplet: B0, 8D and AA. RGB value is (176,141,170). Sum of RGB (Red+Green+Blue) = 176+141+170=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B08DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08DAA is #4F7255. Grayscale: #9A9A9A. Windows color (decimal): -5206614 or 11177392. OLE color: 11177392.

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

Color convert

RGB176141170-
CMYK00.200.030.31
HSL310.29º18.13%62.16%-
HSV(B)310.29º19.89%69.02%-
XYZ34.6931.1842.22-
YUV154.77136.6143.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 141 (55.47% from 255) = 28.95%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=36.14%
G=28.95%
B=34.91%

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
Decimal17614117000.200.030.31310.2918.1362.16
HexB08DAA01431F136123e
Octal2602152520243374662276
Binary101100001000110110101010010100111111110011011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DAA; }

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

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

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

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

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

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

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

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