#B68AB2

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

Shades of London Hue #B68AB2

Tints of London Hue #B68AB2

Color information

#B68AB2 (or 0xB68AB2) is unknown color: approx London Hue. HEX triplet: B6, 8A and B2. RGB value is (182,138,178). Sum of RGB (Red+Green+Blue) = 182+138+178=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 182 - color contains mainly: red. Hex color #B68AB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68AB2 is #49754D. Grayscale: #9B9B9B. Windows color (decimal): -4814158 or 11700918. OLE color: 11700918.

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

Color convert

RGB182138178-
CMYK00.240.020.29
HSL305.45º23.16%62.75%-
HSV(B)305.45º24.18%71.37%-
XYZ36.4231.3446.25-
YUV155.72140.58146.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 138 (54.30% from 255) = 27.71%
BLUE value IS 178 (69.92% from 255) = 35.74%
R=36.55%
G=27.71%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213817800.240.020.29305.4523.1662.75
HexB68AB201821D131173f
Octal2662122620302354612777
Binary101101101000101010110010011000101110110011000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68AB2; }

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

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

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

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

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

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

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

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