#B68EAC

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

Shades of London Hue #B68EAC

Tints of London Hue #B68EAC

Color information

#B68EAC (or 0xB68EAC) is unknown color: approx London Hue. HEX triplet: B6, 8E and AC. RGB value is (182,142,172). Sum of RGB (Red+Green+Blue) = 182+142+172=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 182 - color contains mainly: red. Hex color #B68EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68EAC is #497153. Grayscale: #9D9D9D. Windows color (decimal): -4813140 or 11308726. OLE color: 11308726.

HSL color Cylindrical-coordinate representation of color #B68EAC: hue angle of 315º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B68EAC is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB182142172-
CMYK00.220.050.29
HSL315º21.51%63.53%-
HSV(B)315º21.98%71.37%-
XYZ36.4132.2743.34-
YUV157.38136.25145.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.69%
GREEN value IS 142 (55.86% from 255) = 28.63%
BLUE value IS 172 (67.58% from 255) = 34.68%
R=36.69%
G=28.63%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214217200.220.050.2931521.5163.53
HexB68EAC01651D13b1640
Octal26621625402653547326100
Binary10110110100011101010110001011010111101100111011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68EAC; }

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

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

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

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

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

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

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

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