#B68EB9

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

Shades of London Hue #B68EB9

Tints of London Hue #B68EB9

Color information

#B68EB9 (or 0xB68EB9) is unknown color: approx London Hue. HEX triplet: B6, 8E and B9. RGB value is (182,142,185). Sum of RGB (Red+Green+Blue) = 182+142+185=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 185 - color contains mainly: blue. Hex color #B68EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68EB9 is #497146. Grayscale: #9E9E9E. Windows color (decimal): -4813127 or 12160694. OLE color: 12160694.

HSL color Cylindrical-coordinate representation of color #B68EB9: hue angle of 295.81º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B68EB9 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182142185-
CMYK0.020.2300.27
HSL295.81º23.5%64.12%-
HSV(B)295.81º23.24%72.55%-
XYZ37.7232.7950.24-
YUV158.86142.75144.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.76%
GREEN value IS 142 (55.86% from 255) = 27.90%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=35.76%
G=27.90%
B=36.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821421850.020.2300.27295.8123.564.12
HexB68EB921701B1281740
Octal26621627122703345027100
Binary1011011010001110101110011010111011011100101000101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68EB9; }

 p { color: rgb(182,142,185); }

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

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

 a { background-color: rgb(182,142,185); }

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

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

 span { border-color: rgb(182,142,185); }

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