#BB89BD

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

Shades of London Hue #BB89BD

Tints of London Hue #BB89BD

Color information

#BB89BD (or 0xBB89BD) is unknown color: approx London Hue. HEX triplet: BB, 89 and BD. RGB value is (187,137,189). Sum of RGB (Red+Green+Blue) = 187+137+189=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB89BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB89BD is #447642. Grayscale: #9D9D9D. Windows color (decimal): -4486723 or 12421563. OLE color: 12421563.

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

Color convert

RGB187137189-
CMYK0.010.2800.26
HSL297.69º28.26%63.92%-
HSV(B)297.69º27.51%74.12%-
XYZ38.6232.1352.31-
YUV157.88145.56148.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 137 (53.91% from 255) = 26.71%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=36.45%
G=26.71%
B=36.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871371890.010.2800.26297.6928.2663.92
HexBB89BD11C01A12a1c40
Octal27321127513403245234100
Binary101110111000100110111101111100011010100101010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89BD; }

 p { color: rgb(187,137,189); }

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

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

 a { background-color: rgb(187,137,189); }

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

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

 span { border-color: rgb(187,137,189); }

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