#BB92BA

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

Shades of London Hue #BB92BA

Tints of London Hue #BB92BA

Color information

#BB92BA (or 0xBB92BA) is unknown color: approx London Hue. HEX triplet: BB, 92 and BA. RGB value is (187,146,186). Sum of RGB (Red+Green+Blue) = 187+146+186=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 187 - color contains mainly: red. Hex color #BB92BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92BA is #446D45. Grayscale: #A2A2A2. Windows color (decimal): -4484422 or 12227259. OLE color: 12227259.

HSL color Cylindrical-coordinate representation of color #BB92BA: hue angle of 301.46º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BB92BA is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB187146186-
CMYK00.220.010.27
HSL301.46º23.16%65.29%-
HSV(B)301.46º21.93%73.33%-
XYZ39.6434.6751.06-
YUV162.82141.08145.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=36.03%
G=28.13%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714618600.220.010.27301.4623.1665.29
HexBB92BA01611B12d1741
Octal27322227202613345527101
Binary101110111001001010111010010110111011100101101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92BA; }

 p { color: rgb(187,146,186); }

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

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

 a { background-color: rgb(187,146,186); }

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

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

 span { border-color: rgb(187,146,186); }

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