#B08FAC

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

Shades of London Hue #B08FAC

Tints of London Hue #B08FAC

Color information

#B08FAC (or 0xB08FAC) is unknown color: approx London Hue. HEX triplet: B0, 8F and AC. RGB value is (176,143,172). Sum of RGB (Red+Green+Blue) = 176+143+172=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B08FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08FAC is #4F7053. Grayscale: #9C9C9C. Windows color (decimal): -5206100 or 11308976. OLE color: 11308976.

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

Color convert

RGB176143172-
CMYK00.190.020.31
HSL307.27º17.28%62.55%-
HSV(B)307.27º18.75%69.02%-
XYZ35.1731.8543.32-
YUV156.17136.93142.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 143 (56.25% from 255) = 29.12%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=35.85%
G=29.12%
B=35.03%

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
Decimal17614317200.190.020.31307.2717.2862.55
HexB08FAC01321F133113f
Octal2602172540232374632177
Binary101100001000111110101100010011101111110011001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08FAC; }

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

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

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

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

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

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

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

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