#B08FAB

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

Shades of London Hue #B08FAB

Tints of London Hue #B08FAB

Color information

#B08FAB (or 0xB08FAB) is unknown color: approx London Hue. HEX triplet: B0, 8F and AB. RGB value is (176,143,171). Sum of RGB (Red+Green+Blue) = 176+143+171=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 176 - color contains mainly: red. Hex color #B08FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08FAB is #4F7054. Grayscale: #9B9B9B. Windows color (decimal): -5206101 or 11243440. OLE color: 11243440.

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

Color convert

RGB176143171-
CMYK00.190.030.31
HSL309.09º17.28%62.55%-
HSV(B)309.09º18.75%69.02%-
XYZ35.0831.8242.82-
YUV156.06136.43142.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.92%
GREEN value IS 143 (56.25% from 255) = 29.18%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=35.92%
G=29.18%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614317100.190.030.31309.0917.2862.55
HexB08FAB01331F135113f
Octal2602172530233374652177
Binary101100001000111110101011010011111111110011010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08FAB; }

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

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

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

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

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

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

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

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