#BB7EAE

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

Shades of London Hue #BB7EAE

Tints of London Hue #BB7EAE

Color information

#BB7EAE (or 0xBB7EAE) is unknown color: approx London Hue. HEX triplet: BB, 7E and AE. RGB value is (187,126,174). Sum of RGB (Red+Green+Blue) = 187+126+174=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7EAE is #448151. Grayscale: #959595. Windows color (decimal): -4489554 or 11435707. OLE color: 11435707.

HSL color Cylindrical-coordinate representation of color #BB7EAE: hue angle of 312.79º 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 #BB7EAE is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB187126174-
CMYK00.330.070.27
HSL312.79º30.96%61.37%-
HSV(B)312.79º32.62%73.33%-
XYZ35.5928.5443.68-
YUV149.71141.71154.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 126 (49.61% from 255) = 25.87%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=38.40%
G=25.87%
B=35.73%

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
Decimal18712617400.330.070.27312.7930.9661.37
HexBB7EAE02171B1391f3d
Octal2731762560417334713775
Binary1011101111111101010111001000011111101110011100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7EAE; }

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

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

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

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

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

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

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

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