#BF80B9

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

Shades of London Hue #BF80B9

Tints of London Hue #BF80B9

Color information

#BF80B9 (or 0xBF80B9) is unknown color: approx London Hue. HEX triplet: BF, 80 and B9. RGB value is (191,128,185). Sum of RGB (Red+Green+Blue) = 191+128+185=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80B9 is #407F46. Grayscale: #999999. Windows color (decimal): -4226887 or 12157119. OLE color: 12157119.

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

Color convert

RGB191128185-
CMYK00.330.030.25
HSL305.71º32.98%62.55%-
HSV(B)305.71º32.98%74.9%-
XYZ37.9630.0249.69-
YUV153.34145.87154.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.90%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 185 (72.66% from 255) = 36.71%
R=37.90%
G=25.40%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112818500.330.030.25305.7132.9862.55
HexBF80B9021319132213f
Octal2772002710413314624177
Binary10111111100000001011100101000011111001100110010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80B9; }

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

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

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

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

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

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

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

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