#B08CA9

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

Shades of London Hue #B08CA9

Tints of London Hue #B08CA9

Color information

#B08CA9 (or 0xB08CA9) is unknown color: approx London Hue. HEX triplet: B0, 8C and A9. RGB value is (176,140,169). Sum of RGB (Red+Green+Blue) = 176+140+169=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B08CA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08CA9 is #4F7356. Grayscale: #999999. Windows color (decimal): -5206871 or 11111600. OLE color: 11111600.

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

Color convert

RGB176140169-
CMYK00.200.040.31
HSL311.67º18.56%61.96%-
HSV(B)311.67º20.45%69.02%-
XYZ34.4430.8541.68-
YUV154.07136.43143.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 140 (55.08% from 255) = 28.87%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=36.29%
G=28.87%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614016900.200.040.31311.6718.5661.96
HexB08CA901441F138133e
Octal2602142510244374702376
Binary1011000010001100101010010101001001111110011100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08CA9; }

 p { color: rgb(176,140,169); }

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

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

 a { background-color: rgb(176,140,169); }

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

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

 span { border-color: rgb(176,140,169); }

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