#BB95B9

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

Shades of London Hue #BB95B9

Tints of London Hue #BB95B9

Color information

#BB95B9 (or 0xBB95B9) is unknown color: approx London Hue. HEX triplet: BB, 95 and B9. RGB value is (187,149,185). Sum of RGB (Red+Green+Blue) = 187+149+185=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BB95B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95B9 is #446A46. Grayscale: #A4A4A4. Windows color (decimal): -4483655 or 12162491. OLE color: 12162491.

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

Color convert

RGB187149185-
CMYK00.200.010.27
HSL303.16º21.84%65.88%-
HSV(B)303.16º20.32%73.33%-
XYZ4035.5650.66-
YUV164.47139.59144.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=35.89%
G=28.60%
B=35.51%

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
Decimal18714918500.200.010.27303.1621.8465.88
HexBB95B901411B12f1642
Octal27322527102413345726102
Binary101110111001010110111001010100111011100101111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95B9; }

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

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

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

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

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

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

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

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