#B68EB3

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

Shades of London Hue #B68EB3

Tints of London Hue #B68EB3

Color information

#B68EB3 (or 0xB68EB3) is unknown color: approx London Hue. HEX triplet: B6, 8E and B3. RGB value is (182,142,179). Sum of RGB (Red+Green+Blue) = 182+142+179=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 182 - color contains mainly: red. Hex color #B68EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68EB3 is #49714C. Grayscale: #9E9E9E. Windows color (decimal): -4813133 or 11767478. OLE color: 11767478.

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

Color convert

RGB182142179-
CMYK00.220.020.29
HSL304.5º21.51%63.53%-
HSV(B)304.5º21.98%71.37%-
XYZ37.132.5546.97-
YUV158.18139.75144.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.18%
GREEN value IS 142 (55.86% from 255) = 28.23%
BLUE value IS 179 (70.31% from 255) = 35.59%
R=36.18%
G=28.23%
B=35.59%

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
Decimal18214217900.220.020.29304.521.5163.53
HexB68EB301621D1301640
Octal26621626302623546026100
Binary1011011010001110101100110101101011101100110000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68EB3; }

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

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

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

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

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

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

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

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