#BB7CAC

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

Shades of London Hue #BB7CAC

Tints of London Hue #BB7CAC

Color information

#BB7CAC (or 0xBB7CAC) is unknown color: approx London Hue. HEX triplet: BB, 7C and AC. RGB value is (187,124,172). Sum of RGB (Red+Green+Blue) = 187+124+172=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7CAC is #448353. Grayscale: #949494. Windows color (decimal): -4490068 or 11304123. OLE color: 11304123.

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

Color convert

RGB187124172-
CMYK00.340.080.27
HSL314.29º31.66%60.98%-
HSV(B)314.29º33.69%73.33%-
XYZ35.1527.9642.57-
YUV148.31141.37155.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 124 (48.83% from 255) = 25.67%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=38.72%
G=25.67%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712417200.340.080.27314.2931.6660.98
HexBB7CAC02281B13a203d
Octal27317425404210334724075
Binary101110111111100101011000100010100011011100111010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7CAC; }

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

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

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

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

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

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

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

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