#B68FAD

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

Shades of London Hue #B68FAD

Tints of London Hue #B68FAD

Color information

#B68FAD (or 0xB68FAD) is unknown color: approx London Hue. HEX triplet: B6, 8F and AD. RGB value is (182,143,173). Sum of RGB (Red+Green+Blue) = 182+143+173=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 182 - color contains mainly: red. Hex color #B68FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68FAD is #497052. Grayscale: #9E9E9E. Windows color (decimal): -4812883 or 11374518. OLE color: 11374518.

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

Color convert

RGB182143173-
CMYK00.210.050.29
HSL313.85º21.08%63.73%-
HSV(B)313.85º21.43%71.37%-
XYZ36.6632.6143.9-
YUV158.08136.42145.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=36.55%
G=28.71%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214317300.210.050.29313.8521.0863.73
HexB68FAD01551D13a1540
Octal26621725502553547225100
Binary10110110100011111010110101010110111101100111010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68FAD; }

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

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

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

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

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

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

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

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