#BD80AF

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

Shades of London Hue #BD80AF

Tints of London Hue #BD80AF

Color information

#BD80AF (or 0xBD80AF) is unknown color: approx London Hue. HEX triplet: BD, 80 and AF. RGB value is (189,128,175). Sum of RGB (Red+Green+Blue) = 189+128+175=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 189 - color contains mainly: red. Hex color #BD80AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD80AF is #427F50. Grayscale: #979797. Windows color (decimal): -4357969 or 11501757. OLE color: 11501757.

HSL color Cylindrical-coordinate representation of color #BD80AF: hue angle of 313.77º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD80AF is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB189128175-
CMYK00.320.070.26
HSL313.77º31.61%62.16%-
HSV(B)313.77º32.28%74.12%-
XYZ36.4429.3544.3-
YUV151.6141.21154.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.41%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=38.41%
G=26.02%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912817500.320.070.26313.7731.6162.16
HexBD80AF02071A13a203e
Octal2752002570407324724076
Binary101111011000000010101111010000011111010100111010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD80AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD80AF; }

 p { color: rgb(189,128,175); }

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

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

 a { background-color: rgb(189,128,175); }

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

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

 span { border-color: rgb(189,128,175); }

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