#B08BB3

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

Shades of London Hue #B08BB3

Tints of London Hue #B08BB3

Color information

#B08BB3 (or 0xB08BB3) is unknown color: approx London Hue. HEX triplet: B0, 8B and B3. RGB value is (176,139,179). Sum of RGB (Red+Green+Blue) = 176+139+179=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 179 - color contains mainly: blue. Hex color #B08BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BB3 is #4F744C. Grayscale: #9A9A9A. Windows color (decimal): -5207117 or 11766704. OLE color: 11766704.

HSL color Cylindrical-coordinate representation of color #B08BB3: hue angle of 295.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B08BB3 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB176139179-
CMYK0.020.2200.30
HSL295.5º20.83%62.35%-
HSV(B)295.5º22.35%70.2%-
XYZ35.2730.9546.76-
YUV154.62141.76143.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 139 (54.69% from 255) = 28.14%
BLUE value IS 179 (70.31% from 255) = 36.23%
R=35.63%
G=28.14%
B=36.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761391790.020.2200.30295.520.8362.35
HexB08BB321601E128153e
Octal2602132632260364502576
Binary101100001000101110110011101011001111010010100010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08BB3; }

 p { color: rgb(176,139,179); }

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

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

 a { background-color: rgb(176,139,179); }

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

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

 span { border-color: rgb(176,139,179); }

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