#BF89B0

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

Shades of London Hue #BF89B0

Tints of London Hue #BF89B0

Color information

#BF89B0 (or 0xBF89B0) is unknown color: approx London Hue. HEX triplet: BF, 89 and B0. RGB value is (191,137,176). Sum of RGB (Red+Green+Blue) = 191+137+176=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF89B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF89B0 is #40764F. Grayscale: #9D9D9D. Windows color (decimal): -4224592 or 11569599. OLE color: 11569599.

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

Color convert

RGB191137176-
CMYK00.280.080.25
HSL316.67º29.67%64.31%-
HSV(B)316.67º28.27%74.9%-
XYZ38.2732.145.25-
YUV157.59138.39151.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 137 (53.91% from 255) = 27.18%
BLUE value IS 176 (69.14% from 255) = 34.92%
R=37.90%
G=27.18%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113717600.280.080.25316.6729.6764.31
HexBF89B001C81913d1e40
Octal277211260034103147536100
Binary101111111000100110110000011100100011001100111101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF89B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF89B0; }

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

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

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

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

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

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

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

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