#B08BAC

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

Shades of London Hue #B08BAC

Tints of London Hue #B08BAC

Color information

#B08BAC (or 0xB08BAC) is unknown color: approx London Hue. HEX triplet: B0, 8B and AC. RGB value is (176,139,172). Sum of RGB (Red+Green+Blue) = 176+139+172=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 139 (54.69% from 255 or 28.54% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B08BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08BAC is #4F7453. Grayscale: #999999. Windows color (decimal): -5207124 or 11307952. OLE color: 11307952.

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

Color convert

RGB176139172-
CMYK00.210.020.31
HSL306.49º18.97%61.76%-
HSV(B)306.49º21.02%69.02%-
XYZ34.5830.6743.13-
YUV153.82138.26143.82-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 139 (54.69% from 255) = 28.54%
BLUE value IS 172 (67.58% from 255) = 35.32%
R=36.14%
G=28.54%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613917200.210.020.31306.4918.9761.76
HexB08BAC01521F132133e
Octal2602132540252374622376
Binary101100001000101110101100010101101111110011001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08BAC; }

 p { color: rgb(176,139,172); }

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

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

 a { background-color: rgb(176,139,172); }

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

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

 span { border-color: rgb(176,139,172); }

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