#BB95BA

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

Shades of London Hue #BB95BA

Tints of London Hue #BB95BA

Color information

#BB95BA (or 0xBB95BA) is unknown color: approx London Hue. HEX triplet: BB, 95 and BA. RGB value is (187,149,186). Sum of RGB (Red+Green+Blue) = 187+149+186=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BB95BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95BA is #446A45. Grayscale: #A4A4A4. Windows color (decimal): -4483654 or 12228027. OLE color: 12228027.

HSL color Cylindrical-coordinate representation of color #BB95BA: hue angle of 301.58º degrees, saturation: 0.22, 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 #BB95BA is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB187149186-
CMYK00.200.010.27
HSL301.58º21.84%65.88%-
HSV(B)301.58º20.32%73.33%-
XYZ40.135.651.21-
YUV164.58140.09143.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 149 (58.59% from 255) = 28.54%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=35.82%
G=28.54%
B=35.63%

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
Decimal18714918600.200.010.27301.5821.8465.88
HexBB95BA01411B12e1642
Octal27322527202413345626102
Binary101110111001010110111010010100111011100101110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95BA; }

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

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

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

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

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

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

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

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