#BB96BA

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

Shades of London Hue #BB96BA

Tints of London Hue #BB96BA

Color information

#BB96BA (or 0xBB96BA) is unknown color: approx London Hue. HEX triplet: BB, 96 and BA. RGB value is (187,150,186). Sum of RGB (Red+Green+Blue) = 187+150+186=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 187 - color contains mainly: red. Hex color #BB96BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB96BA is #446945. Grayscale: #A5A5A5. Windows color (decimal): -4483398 or 12228283. OLE color: 12228283.

HSL color Cylindrical-coordinate representation of color #BB96BA: hue angle of 301.62º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB96BA is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB187150186-
CMYK00.200.010.27
HSL301.62º21.39%66.08%-
HSV(B)301.62º19.79%73.33%-
XYZ40.2635.9251.27-
YUV165.17139.76143.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 150 (58.98% from 255) = 28.68%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=35.76%
G=28.68%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715018600.200.010.27301.6221.3966.08
HexBB96BA01411B12e1542
Octal27322627202413345625102
Binary101110111001011010111010010100111011100101110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB96BA; }

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

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

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

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

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

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

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

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