#B68EB0

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

Shades of London Hue #B68EB0

Tints of London Hue #B68EB0

Color information

#B68EB0 (or 0xB68EB0) is unknown color: approx London Hue. HEX triplet: B6, 8E and B0. RGB value is (182,142,176). Sum of RGB (Red+Green+Blue) = 182+142+176=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 182 - color contains mainly: red. Hex color #B68EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68EB0 is #49714F. Grayscale: #9D9D9D. Windows color (decimal): -4813136 or 11570870. OLE color: 11570870.

HSL color Cylindrical-coordinate representation of color #B68EB0: hue angle of 309º 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 #B68EB0 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB182142176-
CMYK00.220.030.29
HSL309º21.51%63.53%-
HSV(B)309º21.98%71.37%-
XYZ36.832.4345.39-
YUV157.84138.25145.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.4%
GREEN value IS 142 (55.86% from 255) = 28.4%
BLUE value IS 176 (69.14% from 255) = 35.2%
R=36.4%
G=28.4%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214217600.220.030.2930921.5163.53
HexB68EB001631D1351640
Octal26621626002633546526100
Binary1011011010001110101100000101101111101100110101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68EB0; }

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

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

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

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

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

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

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

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