#B68EB2

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

Shades of London Hue #B68EB2

Tints of London Hue #B68EB2

Color information

#B68EB2 (or 0xB68EB2) is unknown color: approx London Hue. HEX triplet: B6, 8E and B2. RGB value is (182,142,178). Sum of RGB (Red+Green+Blue) = 182+142+178=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 182 - color contains mainly: red. Hex color #B68EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68EB2 is #49714D. Grayscale: #9D9D9D. Windows color (decimal): -4813134 or 11701942. OLE color: 11701942.

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

Color convert

RGB182142178-
CMYK00.220.020.29
HSL306º21.51%63.53%-
HSV(B)306º21.98%71.37%-
XYZ3732.5146.44-
YUV158.06139.25145.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.25%
GREEN value IS 142 (55.86% from 255) = 28.29%
BLUE value IS 178 (69.92% from 255) = 35.46%
R=36.25%
G=28.29%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214217800.220.020.2930621.5163.53
HexB68EB201621D1321640
Octal26621626202623546226100
Binary1011011010001110101100100101101011101100110010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68EB2; }

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

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

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

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

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

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

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

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