#B08FAF

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

Shades of London Hue #B08FAF

Tints of London Hue #B08FAF

Color information

#B08FAF (or 0xB08FAF) is unknown color: approx London Hue. HEX triplet: B0, 8F and AF. RGB value is (176,143,175). Sum of RGB (Red+Green+Blue) = 176+143+175=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 176 - color contains mainly: red. Hex color #B08FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08FAF is #4F7050. Grayscale: #9C9C9C. Windows color (decimal): -5206097 or 11505584. OLE color: 11505584.

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

Color convert

RGB176143175-
CMYK00.190.010.31
HSL301.82º17.28%62.55%-
HSV(B)301.82º18.75%69.02%-
XYZ35.4631.9744.86-
YUV156.51138.43141.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 143 (56.25% from 255) = 28.95%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=35.63%
G=28.95%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614317500.190.010.31301.8217.2862.55
HexB08FAF01311F12e113f
Octal2602172570231374562177
Binary10110000100011111010111101001111111110010111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08FAF; }

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

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

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

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

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

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

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

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