#B68AB3

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

Shades of London Hue #B68AB3

Tints of London Hue #B68AB3

Color information

#B68AB3 (or 0xB68AB3) is unknown color: approx London Hue. HEX triplet: B6, 8A and B3. RGB value is (182,138,179). Sum of RGB (Red+Green+Blue) = 182+138+179=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 182 - color contains mainly: red. Hex color #B68AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68AB3 is #49754C. Grayscale: #9B9B9B. Windows color (decimal): -4814157 or 11766454. OLE color: 11766454.

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

Color convert

RGB182138179-
CMYK00.240.020.29
HSL304.09º23.16%62.75%-
HSV(B)304.09º24.18%71.37%-
XYZ36.5231.3846.78-
YUV155.83141.08146.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 138 (54.30% from 255) = 27.66%
BLUE value IS 179 (70.31% from 255) = 35.87%
R=36.47%
G=27.66%
B=35.87%

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
Decimal18213817900.240.020.29304.0923.1662.75
HexB68AB301821D130173f
Octal2662122630302354602777
Binary101101101000101010110011011000101110110011000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68AB3; }

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

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

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

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

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

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

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

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