#BB8BAC

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

Shades of London Hue #BB8BAC

Tints of London Hue #BB8BAC

Color information

#BB8BAC (or 0xBB8BAC) is unknown color: approx London Hue. HEX triplet: BB, 8B and AC. RGB value is (187,139,172). Sum of RGB (Red+Green+Blue) = 187+139+172=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 172 (67.58% from 255 or 34.54% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8BAC is #447453. Grayscale: #9D9D9D. Windows color (decimal): -4486228 or 11307963. OLE color: 11307963.

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

Color convert

RGB187139172-
CMYK00.260.080.27
HSL318.75º26.09%63.92%-
HSV(B)318.75º25.67%73.33%-
XYZ37.1732.0143.25-
YUV157.11136.4149.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 139 (54.69% from 255) = 27.91%
BLUE value IS 172 (67.58% from 255) = 34.54%
R=37.55%
G=27.91%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713917200.260.080.27318.7526.0963.92
HexBB8BAC01A81B13f1a40
Octal273213254032103347732100
Binary101110111000101110101100011010100011011100111111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8BAC; }

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

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

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

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

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

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

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

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