#BB9FB7

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

Shades of London Hue #BB9FB7

Tints of London Hue #BB9FB7

Color information

#BB9FB7 (or 0xBB9FB7) is unknown color: approx London Hue. HEX triplet: BB, 9F and B7. RGB value is (187,159,183). Sum of RGB (Red+Green+Blue) = 187+159+183=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB9FB7 is #446048. Grayscale: #AAAAAA. Windows color (decimal): -4481097 or 12033979. OLE color: 12033979.

HSL color Cylindrical-coordinate representation of color #BB9FB7: hue angle of 308.57º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BB9FB7 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB187159183-
CMYK00.150.020.27
HSL308.57º17.07%67.84%-
HSV(B)308.57º14.97%73.33%-
XYZ41.4438.7850.1-
YUV170.11135.28140.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 159 (62.5% from 255) = 30.06%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=35.35%
G=30.06%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715918300.150.020.27308.5717.0767.84
HexBB9FB70F21B1351144
Octal27323726701723346521104
Binary101110111001111110110111011111011011100110101100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FB7; }

 p { color: rgb(187,159,183); }

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

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

 a { background-color: rgb(187,159,183); }

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

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

 span { border-color: rgb(187,159,183); }

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