#BF89B9

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

Shades of London Hue #BF89B9

Tints of London Hue #BF89B9

Color information

#BF89B9 (or 0xBF89B9) is unknown color: approx London Hue. HEX triplet: BF, 89 and B9. RGB value is (191,137,185). Sum of RGB (Red+Green+Blue) = 191+137+185=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 137 (53.91% from 255 or 26.71% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BF89B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF89B9 is #407646. Grayscale: #9E9E9E. Windows color (decimal): -4224583 or 12159423. OLE color: 12159423.

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

Color convert

RGB191137185-
CMYK00.280.030.25
HSL306.67º29.67%64.31%-
HSV(B)306.67º28.27%74.9%-
XYZ39.1932.4750.1-
YUV158.62142.89151.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 137 (53.91% from 255) = 26.71%
BLUE value IS 185 (72.66% from 255) = 36.06%
R=37.23%
G=26.71%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113718500.280.030.25306.6729.6764.31
HexBF89B901C3191331e40
Octal27721127103433146336100
Binary1011111110001001101110010111001111001100110011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF89B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF89B9; }

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

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

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

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

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

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

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

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