#B68AB0

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

Shades of London Hue #B68AB0

Tints of London Hue #B68AB0

Color information

#B68AB0 (or 0xB68AB0) is unknown color: approx London Hue. HEX triplet: B6, 8A and B0. RGB value is (182,138,176). Sum of RGB (Red+Green+Blue) = 182+138+176=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 138 (54.30% from 255 or 27.82% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 182 - color contains mainly: red. Hex color #B68AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68AB0 is #49754F. Grayscale: #9B9B9B. Windows color (decimal): -4814160 or 11569846. OLE color: 11569846.

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

Color convert

RGB182138176-
CMYK00.240.030.29
HSL308.18º23.16%62.75%-
HSV(B)308.18º24.18%71.37%-
XYZ36.2231.2645.2-
YUV155.49139.58146.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 138 (54.30% from 255) = 27.82%
BLUE value IS 176 (69.14% from 255) = 35.48%
R=36.69%
G=27.82%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213817600.240.030.29308.1823.1662.75
HexB68AB001831D134173f
Octal2662122600303354642777
Binary101101101000101010110000011000111110110011010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68AB0; }

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

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

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

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

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

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

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

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