#BF80B7

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

Shades of London Hue #BF80B7

Tints of London Hue #BF80B7

Color information

#BF80B7 (or 0xBF80B7) is unknown color: approx London Hue. HEX triplet: BF, 80 and B7. RGB value is (191,128,183). Sum of RGB (Red+Green+Blue) = 191+128+183=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80B7 is #407F48. Grayscale: #989898. Windows color (decimal): -4226889 or 12026047. OLE color: 12026047.

HSL color Cylindrical-coordinate representation of color #BF80B7: hue angle of 307.62º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF80B7 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB191128183-
CMYK00.330.040.25
HSL307.62º32.98%62.55%-
HSV(B)307.62º32.98%74.9%-
XYZ37.7529.9348.59-
YUV153.11144.87155.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 128 (50.39% from 255) = 25.50%
BLUE value IS 183 (71.88% from 255) = 36.45%
R=38.05%
G=25.50%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112818300.330.040.25307.6232.9862.55
HexBF80B7021419134213f
Octal2772002670414314644177
Binary101111111000000010110111010000110011001100110100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80B7; }

 p { color: rgb(191,128,183); }

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

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

 a { background-color: rgb(191,128,183); }

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

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

 span { border-color: rgb(191,128,183); }

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