#B08FB1

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

Shades of London Hue #B08FB1

Tints of London Hue #B08FB1

Color information

#B08FB1 (or 0xB08FB1) is unknown color: approx London Hue. HEX triplet: B0, 8F and B1. RGB value is (176,143,177). Sum of RGB (Red+Green+Blue) = 176+143+177=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 177 - color contains mainly: blue. Hex color #B08FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08FB1 is #4F704E. Grayscale: #9C9C9C. Windows color (decimal): -5206095 or 11636656. OLE color: 11636656.

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

Color convert

RGB176143177-
CMYK0.010.1900.31
HSL298.24º17.89%62.75%-
HSV(B)298.24º19.21%69.41%-
XYZ35.6632.0545.9-
YUV156.74139.43141.74-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 143 (56.25% from 255) = 28.83%
BLUE value IS 177 (69.53% from 255) = 35.69%
R=35.48%
G=28.83%
B=35.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761431770.010.1900.31298.2417.8962.75
HexB08FB111301F12a123f
Octal2602172611230374522277
Binary10110000100011111011000111001101111110010101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08FB1; }

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

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

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

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

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

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

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

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