#BB8BB5

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

Shades of London Hue #BB8BB5

Tints of London Hue #BB8BB5

Color information

#BB8BB5 (or 0xBB8BB5) is unknown color: approx London Hue. HEX triplet: BB, 8B and B5. RGB value is (187,139,181). Sum of RGB (Red+Green+Blue) = 187+139+181=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BB5 is #44744A. Grayscale: #9E9E9E. Windows color (decimal): -4486219 or 11897787. OLE color: 11897787.

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

Color convert

RGB187139181-
CMYK00.260.030.27
HSL307.5º26.09%63.92%-
HSV(B)307.5º25.67%73.33%-
XYZ38.0732.3747.96-
YUV158.14140.9148.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 139 (54.69% from 255) = 27.42%
BLUE value IS 181 (71.09% from 255) = 35.70%
R=36.88%
G=27.42%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713918100.260.030.27307.526.0963.92
HexBB8BB501A31B1341a40
Octal27321326503233346432100
Binary1011101110001011101101010110101111011100110100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8BB5; }

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

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

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

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

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

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

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

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