#BB7EAC

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

Shades of London Hue #BB7EAC

Tints of London Hue #BB7EAC

Color information

#BB7EAC (or 0xBB7EAC) is unknown color: approx London Hue. HEX triplet: BB, 7E and AC. RGB value is (187,126,172). Sum of RGB (Red+Green+Blue) = 187+126+172=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7EAC is #448153. Grayscale: #959595. Windows color (decimal): -4489556 or 11304635. OLE color: 11304635.

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

Color convert

RGB187126172-
CMYK00.330.080.27
HSL314.75º30.96%61.37%-
HSV(B)314.75º32.62%73.33%-
XYZ35.428.4742.66-
YUV149.48140.71154.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 126 (49.61% from 255) = 25.98%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=38.56%
G=25.98%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712617200.330.080.27314.7530.9661.37
HexBB7EAC02181B13b1f3d
Octal27317625404110334733775
Binary10111011111111010101100010000110001101110011101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7EAC; }

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

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

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

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

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

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

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

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