#B08EB1

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

Shades of London Hue #B08EB1

Tints of London Hue #B08EB1

Color information

#B08EB1 (or 0xB08EB1) is unknown color: approx London Hue. HEX triplet: B0, 8E and B1. RGB value is (176,142,177). Sum of RGB (Red+Green+Blue) = 176+142+177=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 177 (69.53% from 255 or 35.76% from 495); Max value from RGB is 177 - color contains mainly: blue. Hex color #B08EB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08EB1 is #4F714E. Grayscale: #9C9C9C. Windows color (decimal): -5206351 or 11636400. OLE color: 11636400.

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

Color convert

RGB176142177-
CMYK0.010.2000.31
HSL298.29º18.32%62.55%-
HSV(B)298.29º19.77%69.41%-
XYZ35.5131.7545.85-
YUV156.16139.76142.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 142 (55.86% from 255) = 28.69%
BLUE value IS 177 (69.53% from 255) = 35.76%
R=35.56%
G=28.69%
B=35.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761421770.010.2000.31298.2918.3262.55
HexB08EB111401F12a123f
Octal2602162611240374522277
Binary10110000100011101011000111010001111110010101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08EB1; }

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

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

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

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

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

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

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

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