#BB7BAD

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

Shades of London Hue #BB7BAD

Tints of London Hue #BB7BAD

Color information

#BB7BAD (or 0xBB7BAD) is unknown color: approx London Hue. HEX triplet: BB, 7B and AD. RGB value is (187,123,173). Sum of RGB (Red+Green+Blue) = 187+123+173=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7BAD is #448452. Grayscale: #939393. Windows color (decimal): -4490323 or 11369403. OLE color: 11369403.

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

Color convert

RGB187123173-
CMYK00.340.070.27
HSL313.12º32%60.78%-
HSV(B)313.12º34.22%73.33%-
XYZ35.1227.7543.04-
YUV147.84142.2155.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 123 (48.44% from 255) = 25.47%
BLUE value IS 173 (67.97% from 255) = 35.82%
R=38.72%
G=25.47%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712317300.340.070.27313.123260.78
HexBB7BAD02271B139203d
Octal2731732550427334714075
Binary10111011111101110101101010001011111011100111001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7BAD; }

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

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

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

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

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

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

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

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