#B08DAE

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

Shades of London Hue #B08DAE

Tints of London Hue #B08DAE

Color information

#B08DAE (or 0xB08DAE) is unknown color: approx London Hue. HEX triplet: B0, 8D and AE. RGB value is (176,141,174). Sum of RGB (Red+Green+Blue) = 176+141+174=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B08DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08DAE is #4F7251. Grayscale: #9B9B9B. Windows color (decimal): -5206610 or 11439536. OLE color: 11439536.

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

Color convert

RGB176141174-
CMYK00.200.010.31
HSL303.43º18.13%62.16%-
HSV(B)303.43º19.89%69.02%-
XYZ35.0731.3444.24-
YUV155.23138.6142.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=35.85%
G=28.72%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614117400.200.010.31303.4318.1362.16
HexB08DAE01411F12f123e
Octal2602152560241374572276
Binary10110000100011011010111001010011111110010111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08DAE; }

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

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

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

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

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

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

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

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