#BB77AD

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

Shades of London Hue #BB77AD

Tints of London Hue #BB77AD

Color information

#BB77AD (or 0xBB77AD) is unknown color: approx London Hue. HEX triplet: BB, 77 and AD. RGB value is (187,119,173). Sum of RGB (Red+Green+Blue) = 187+119+173=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB77AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB77AD is #448852. Grayscale: #919191. Windows color (decimal): -4491347 or 11368379. OLE color: 11368379.

HSL color Cylindrical-coordinate representation of color #BB77AD: hue angle of 312.35º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB77AD is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB187119173-
CMYK00.360.070.27
HSL312.35º33.33%60%-
HSV(B)312.35º36.36%73.33%-
XYZ34.6326.7842.88-
YUV145.49143.53157.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 119 (46.88% from 255) = 24.84%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=39.04%
G=24.84%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711917300.360.070.27312.3533.3360
HexBB77AD02471B138213c
Octal2731672550447334704174
Binary10111011111011110101101010010011111011100111000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB77AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB77AD; }

 p { color: rgb(187,119,173); }

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

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

 a { background-color: rgb(187,119,173); }

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

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

 span { border-color: rgb(187,119,173); }

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