#BB95B8

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

Shades of London Hue #BB95B8

Tints of London Hue #BB95B8

Color information

#BB95B8 (or 0xBB95B8) is unknown color: approx London Hue. HEX triplet: BB, 95 and B8. RGB value is (187,149,184). Sum of RGB (Red+Green+Blue) = 187+149+184=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BB95B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB95B8 is #446A47. Grayscale: #A4A4A4. Windows color (decimal): -4483656 or 12096955. OLE color: 12096955.

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

Color convert

RGB187149184-
CMYK00.200.020.27
HSL304.74º21.84%65.88%-
HSV(B)304.74º20.32%73.33%-
XYZ39.8935.5250.1-
YUV164.35139.09144.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 149 (58.59% from 255) = 28.65%
BLUE value IS 184 (72.27% from 255) = 35.38%
R=35.96%
G=28.65%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714918400.200.020.27304.7421.8465.88
HexBB95B801421B1311642
Octal27322527002423346126102
Binary1011101110010101101110000101001011011100110001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95B8; }

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

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

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

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

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

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

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

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