#B68AB8

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

Shades of London Hue #B68AB8

Tints of London Hue #B68AB8

Color information

#B68AB8 (or 0xB68AB8) is unknown color: approx London Hue. HEX triplet: B6, 8A and B8. RGB value is (182,138,184). Sum of RGB (Red+Green+Blue) = 182+138+184=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 184 - color contains mainly: blue. Hex color #B68AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68AB8 is #497547. Grayscale: #9C9C9C. Windows color (decimal): -4814152 or 12094134. OLE color: 12094134.

HSL color Cylindrical-coordinate representation of color #B68AB8: hue angle of 297.39º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B68AB8 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB182138184-
CMYK0.010.2500.28
HSL297.39º24.47%63.14%-
HSV(B)297.39º25%72.16%-
XYZ37.0331.5849.49-
YUV156.4143.58146.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.11%
GREEN value IS 138 (54.30% from 255) = 27.38%
BLUE value IS 184 (72.27% from 255) = 36.51%
R=36.11%
G=27.38%
B=36.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1821381840.010.2500.28297.3924.4763.14
HexB68AB811901C129183f
Octal2662122701310344513077
Binary10110110100010101011100011100101110010010100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68AB8; }

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

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

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

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

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

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

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

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