#BD80BA

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

Shades of London Hue #BD80BA

Tints of London Hue #BD80BA

Color information

#BD80BA (or 0xBD80BA) is unknown color: approx London Hue. HEX triplet: BD, 80 and BA. RGB value is (189,128,186). Sum of RGB (Red+Green+Blue) = 189+128+186=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BD80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD80BA is #427F45. Grayscale: #989898. Windows color (decimal): -4357958 or 12222653. OLE color: 12222653.

HSL color Cylindrical-coordinate representation of color #BD80BA: hue angle of 302.95º 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 #BD80BA is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB189128186-
CMYK00.320.020.26
HSL302.95º31.61%62.16%-
HSV(B)302.95º32.28%74.12%-
XYZ37.5729.850.23-
YUV152.85146.71153.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=37.57%
G=25.45%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912818600.320.020.26302.9531.6162.16
HexBD80BA02021A12f203e
Octal2752002720402324574076
Binary10111101100000001011101001000001011010100101111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD80BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD80BA; }

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

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

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

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

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

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

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

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