#B08EAD

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

Shades of London Hue #B08EAD

Tints of London Hue #B08EAD

Color information

#B08EAD (or 0xB08EAD) is unknown color: approx London Hue. HEX triplet: B0, 8E and AD. RGB value is (176,142,173). Sum of RGB (Red+Green+Blue) = 176+142+173=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B08EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08EAD is #4F7152. Grayscale: #9B9B9B. Windows color (decimal): -5206355 or 11374256. OLE color: 11374256.

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

Color convert

RGB176142173-
CMYK00.190.020.31
HSL305.29º17.71%62.35%-
HSV(B)305.29º19.32%69.02%-
XYZ35.1231.5943.78-
YUV155.7137.76142.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 142 (55.86% from 255) = 28.92%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=35.85%
G=28.92%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614217300.190.020.31305.2917.7162.35
HexB08EAD01321F131123e
Octal2602162550232374612276
Binary101100001000111010101101010011101111110011000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EAD; }

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

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

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

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

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

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

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

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