#B68FAE

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

Shades of London Hue #B68FAE

Tints of London Hue #B68FAE

Color information

#B68FAE (or 0xB68FAE) is unknown color: approx London Hue. HEX triplet: B6, 8F and AE. RGB value is (182,143,174). Sum of RGB (Red+Green+Blue) = 182+143+174=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 143 (56.25% from 255 or 28.66% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 182 - color contains mainly: red. Hex color #B68FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68FAE is #497051. Grayscale: #9E9E9E. Windows color (decimal): -4812882 or 11440054. OLE color: 11440054.

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

Color convert

RGB182143174-
CMYK00.210.040.29
HSL312.31º21.08%63.73%-
HSV(B)312.31º21.43%71.37%-
XYZ36.7532.6544.41-
YUV158.2136.92144.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 143 (56.25% from 255) = 28.66%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=36.47%
G=28.66%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214317400.210.040.29312.3121.0863.73
HexB68FAE01541D1381540
Octal26621725602543547025100
Binary10110110100011111010111001010110011101100111000101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68FAE; }

 p { color: rgb(182,143,174); }

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

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

 a { background-color: rgb(182,143,174); }

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

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

 span { border-color: rgb(182,143,174); }

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