#B08CAB

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

Shades of London Hue #B08CAB

Tints of London Hue #B08CAB

Color information

#B08CAB (or 0xB08CAB) is unknown color: approx London Hue. HEX triplet: B0, 8C and AB. RGB value is (176,140,171). Sum of RGB (Red+Green+Blue) = 176+140+171=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B08CAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08CAB is #4F7354. Grayscale: #9A9A9A. Windows color (decimal): -5206869 or 11242672. OLE color: 11242672.

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

Color convert

RGB176140171-
CMYK00.200.030.31
HSL308.33º18.56%61.96%-
HSV(B)308.33º20.45%69.02%-
XYZ34.6330.9342.67-
YUV154.3137.43143.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 140 (55.08% from 255) = 28.75%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=36.14%
G=28.75%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614017100.200.030.31308.3318.5661.96
HexB08CAB01431F134133e
Octal2602142530243374642376
Binary101100001000110010101011010100111111110011010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08CAB; }

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

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

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

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

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

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

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

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