#B08FB2

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

Shades of London Hue #B08FB2

Tints of London Hue #B08FB2

Color information

#B08FB2 (or 0xB08FB2) is unknown color: approx London Hue. HEX triplet: B0, 8F and B2. RGB value is (176,143,178). Sum of RGB (Red+Green+Blue) = 176+143+178=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 178 - color contains mainly: blue. Hex color #B08FB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08FB2 is #4F704D. Grayscale: #9C9C9C. Windows color (decimal): -5206094 or 11702192. OLE color: 11702192.

HSL color Cylindrical-coordinate representation of color #B08FB2: hue angle of 296.57º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B08FB2 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB176143178-
CMYK0.010.2000.30
HSL296.57º18.52%62.94%-
HSV(B)296.57º19.66%69.8%-
XYZ35.7632.0946.43-
YUV156.86139.93141.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 143 (56.25% from 255) = 28.77%
BLUE value IS 178 (69.92% from 255) = 35.81%
R=35.41%
G=28.77%
B=35.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761431780.010.2000.30296.5718.5262.94
HexB08FB211401E129133f
Octal2602172621240364512377
Binary10110000100011111011001011010001111010010100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08FB2; }

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

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

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

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

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

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

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

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