#BD80BF

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

Shades of London Hue #BD80BF

Tints of London Hue #BD80BF

Color information

#BD80BF (or 0xBD80BF) is unknown color: approx London Hue. HEX triplet: BD, 80 and BF. RGB value is (189,128,191). Sum of RGB (Red+Green+Blue) = 189+128+191=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #BD80BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80BF is #427F40. Grayscale: #999999. Windows color (decimal): -4357953 or 12550333. OLE color: 12550333.

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

Color convert

RGB189128191-
CMYK0.010.3300.25
HSL298.1º32.98%62.55%-
HSV(B)298.1º32.98%74.9%-
XYZ38.1130.0253.08-
YUV153.42149.21153.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 128 (50.39% from 255) = 25.20%
BLUE value IS 191 (75% from 255) = 37.60%
R=37.20%
G=25.20%
B=37.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891281910.010.3300.25298.132.9862.55
HexBD80BF12101912a213f
Octal2752002771410314524177
Binary1011110110000000101111111100001011001100101010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD80BF; }

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

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

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

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

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

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

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

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