#BB99B9

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

Shades of London Hue #BB99B9

Tints of London Hue #BB99B9

Color information

#BB99B9 (or 0xBB99B9) is unknown color: approx London Hue. HEX triplet: BB, 99 and B9. RGB value is (187,153,185). Sum of RGB (Red+Green+Blue) = 187+153+185=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BB99B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB99B9 is #446646. Grayscale: #A6A6A6. Windows color (decimal): -4482631 or 12163515. OLE color: 12163515.

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

Color convert

RGB187153185-
CMYK00.180.010.27
HSL303.53º20%66.67%-
HSV(B)303.53º18.18%73.33%-
XYZ40.6436.8550.87-
YUV166.81138.26142.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 153 (60.16% from 255) = 29.14%
BLUE value IS 185 (72.66% from 255) = 35.24%
R=35.62%
G=29.14%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715318500.180.010.27303.532066.67
HexBB99B901211B1301443
Octal27323127102213346024103
Binary101110111001100110111001010010111011100110000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB99B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB99B9; }

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

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

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

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

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

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

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

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