#BF89BD

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

Shades of London Hue #BF89BD

Tints of London Hue #BF89BD

Color information

#BF89BD (or 0xBF89BD) is unknown color: approx London Hue. HEX triplet: BF, 89 and BD. RGB value is (191,137,189). Sum of RGB (Red+Green+Blue) = 191+137+189=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BF89BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89BD is #407642. Grayscale: #9E9E9E. Windows color (decimal): -4224579 or 12421567. OLE color: 12421567.

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

Color convert

RGB191137189-
CMYK00.280.010.25
HSL302.22º29.67%64.31%-
HSV(B)302.22º28.27%74.9%-
XYZ39.6232.6452.36-
YUV159.07144.89150.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.94%
GREEN value IS 137 (53.91% from 255) = 26.50%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=36.94%
G=26.50%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113718900.280.010.25302.2229.6764.31
HexBF89BD01C11912e1e40
Octal27721127503413145636100
Binary101111111000100110111101011100111001100101110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF89BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF89BD; }

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

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

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

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

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

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

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

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