#BBA0B8

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

Shades of London Hue #BBA0B8

Tints of London Hue #BBA0B8

Color information

#BBA0B8 (or 0xBBA0B8) is unknown color: approx London Hue. HEX triplet: BB, A0 and B8. RGB value is (187,160,184). Sum of RGB (Red+Green+Blue) = 187+160+184=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 184 (72.27% from 255 or 34.65% from 531); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA0B8 is #445F47. Grayscale: #AAAAAA. Windows color (decimal): -4480840 or 12099771. OLE color: 12099771.

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

Color convert

RGB187160184-
CMYK00.140.020.27
HSL306.67º16.56%68.04%-
HSV(B)306.67º14.44%73.33%-
XYZ41.7239.1750.71-
YUV170.81135.45139.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 160 (62.89% from 255) = 30.13%
BLUE value IS 184 (72.27% from 255) = 34.65%
R=35.22%
G=30.13%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716018400.140.020.27306.6716.5668.04
HexBBA0B80E21B1331144
Octal27324027001623346321104
Binary101110111010000010111000011101011011100110011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA0B8; }

 p { color: rgb(187,160,184); }

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

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

 a { background-color: rgb(187,160,184); }

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

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

 span { border-color: rgb(187,160,184); }

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