#B08FA5

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

Shades of London Hue #B08FA5

Tints of London Hue #B08FA5

Color information

#B08FA5 (or 0xB08FA5) is unknown color: approx London Hue. HEX triplet: B0, 8F and A5. RGB value is (176,143,165). Sum of RGB (Red+Green+Blue) = 176+143+165=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B08FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08FA5 is #4F705A. Grayscale: #9B9B9B. Windows color (decimal): -5206107 or 10850224. OLE color: 10850224.

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

Color convert

RGB176143165-
CMYK00.190.060.31
HSL320º17.28%62.55%-
HSV(B)320º18.75%69.02%-
XYZ34.5231.5939.88-
YUV155.38133.43142.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 143 (56.25% from 255) = 29.55%
BLUE value IS 165 (64.84% from 255) = 34.09%
R=36.36%
G=29.55%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614316500.190.060.3132017.2862.55
HexB08FA501361F140113f
Octal2602172450236375002177
Binary1011000010001111101001010100111101111110100000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08FA5; }

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

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

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

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

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

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

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

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