#BB7FAC

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

Shades of London Hue #BB7FAC

Tints of London Hue #BB7FAC

Color information

#BB7FAC (or 0xBB7FAC) is unknown color: approx London Hue. HEX triplet: BB, 7F and AC. RGB value is (187,127,172). Sum of RGB (Red+Green+Blue) = 187+127+172=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7FAC is #448053. Grayscale: #959595. Windows color (decimal): -4489300 or 11304891. OLE color: 11304891.

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

Color convert

RGB187127172-
CMYK00.320.080.27
HSL315º30.61%61.57%-
HSV(B)315º32.09%73.33%-
XYZ35.5328.7242.7-
YUV150.07140.38154.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 127 (50% from 255) = 26.13%
BLUE value IS 172 (67.58% from 255) = 35.39%
R=38.48%
G=26.13%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712717200.320.080.2731530.6161.57
HexBB7FAC02081B13b1f3e
Octal27317725404010334733776
Binary10111011111111110101100010000010001101110011101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7FAC; }

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

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

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

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

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

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

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

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