#BB7EAD

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

Shades of London Hue #BB7EAD

Tints of London Hue #BB7EAD

Color information

#BB7EAD (or 0xBB7EAD) is unknown color: approx London Hue. HEX triplet: BB, 7E and AD. RGB value is (187,126,173). Sum of RGB (Red+Green+Blue) = 187+126+173=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7EAD is #448152. Grayscale: #959595. Windows color (decimal): -4489555 or 11370171. OLE color: 11370171.

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

Color convert

RGB187126173-
CMYK00.330.070.27
HSL313.77º30.96%61.37%-
HSV(B)313.77º32.62%73.33%-
XYZ35.528.543.17-
YUV149.6141.21154.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 126 (49.61% from 255) = 25.93%
BLUE value IS 173 (67.97% from 255) = 35.60%
R=38.48%
G=25.93%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712617300.330.070.27313.7730.9661.37
HexBB7EAD02171B13a1f3d
Octal2731762550417334723775
Binary1011101111111101010110101000011111101110011101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7EAD; }

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

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

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

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

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

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

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

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