#B68EBA

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

Shades of London Hue #B68EBA

Tints of London Hue #B68EBA

Color information

#B68EBA (or 0xB68EBA) is unknown color: approx London Hue. HEX triplet: B6, 8E and BA. RGB value is (182,142,186). Sum of RGB (Red+Green+Blue) = 182+142+186=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #B68EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68EBA is #497145. Grayscale: #9E9E9E. Windows color (decimal): -4813126 or 12226230. OLE color: 12226230.

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

Color convert

RGB182142186-
CMYK0.020.2400.27
HSL294.55º24.18%64.31%-
HSV(B)294.55º23.66%72.94%-
XYZ37.8332.8450.8-
YUV158.98143.25144.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.69%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=35.69%
G=27.84%
B=36.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821421860.020.2400.27294.5524.1864.31
HexB68EBA21801B1271840
Octal26621627223003344730100
Binary1011011010001110101110101011000011011100100111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68EBA; }

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

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

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

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

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

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

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

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