#BF80AD

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

Shades of London Hue #BF80AD

Tints of London Hue #BF80AD

Color information

#BF80AD (or 0xBF80AD) is unknown color: approx London Hue. HEX triplet: BF, 80 and AD. RGB value is (191,128,173). Sum of RGB (Red+Green+Blue) = 191+128+173=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BF80AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF80AD is #407F52. Grayscale: #979797. Windows color (decimal): -4226899 or 11370687. OLE color: 11370687.

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

Color convert

RGB191128173-
CMYK00.330.090.25
HSL317.14º32.98%62.55%-
HSV(B)317.14º32.98%74.9%-
XYZ36.7529.5343.3-
YUV151.97139.87155.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=38.82%
G=26.02%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112817300.330.090.25317.1432.9862.55
HexBF80AD02191913d213f
Octal27720025504111314754177
Binary1011111110000000101011010100001100111001100111101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF80AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF80AD; }

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

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

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

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

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

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

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

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