#BF80B8

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

Shades of London Hue #BF80B8

Tints of London Hue #BF80B8

Color information

#BF80B8 (or 0xBF80B8) is unknown color: approx London Hue. HEX triplet: BF, 80 and B8. RGB value is (191,128,184). Sum of RGB (Red+Green+Blue) = 191+128+184=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF80B8 is #407F47. Grayscale: #999999. Windows color (decimal): -4226888 or 12091583. OLE color: 12091583.

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

Color convert

RGB191128184-
CMYK00.330.040.25
HSL306.67º32.98%62.55%-
HSV(B)306.67º32.98%74.9%-
XYZ37.8629.9849.14-
YUV153.22145.37154.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 184 (72.27% from 255) = 36.58%
R=37.97%
G=25.45%
B=36.58%

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
Decimal19112818400.330.040.25306.6732.9862.55
HexBF80B8021419133213f
Octal2772002700414314634177
Binary101111111000000010111000010000110011001100110011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80B8; }

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

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

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

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

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

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

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

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