#BB8BB3

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

Shades of London Hue #BB8BB3

Tints of London Hue #BB8BB3

Color information

#BB8BB3 (or 0xBB8BB3) is unknown color: approx London Hue. HEX triplet: BB, 8B and B3. RGB value is (187,139,179). Sum of RGB (Red+Green+Blue) = 187+139+179=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 179 (70.31% from 255 or 35.45% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8BB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BB3 is #44744C. Grayscale: #9D9D9D. Windows color (decimal): -4486221 or 11766715. OLE color: 11766715.

HSL color Cylindrical-coordinate representation of color #BB8BB3: hue angle of 310º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BB8BB3 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB187139179-
CMYK00.260.040.27
HSL310º26.09%63.92%-
HSV(B)310º25.67%73.33%-
XYZ37.8632.2846.88-
YUV157.91139.9148.75-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 139 (54.69% from 255) = 27.52%
BLUE value IS 179 (70.31% from 255) = 35.45%
R=37.03%
G=27.52%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713917900.260.040.2731026.0963.92
HexBB8BB301A41B1361a40
Octal27321326303243346632100
Binary10111011100010111011001101101010011011100110110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8BB3; }

 p { color: rgb(187,139,179); }

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

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

 a { background-color: rgb(187,139,179); }

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

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

 span { border-color: rgb(187,139,179); }

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