#BD83AE

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

Shades of London Hue #BD83AE

Tints of London Hue #BD83AE

Color information

#BD83AE (or 0xBD83AE) is unknown color: approx London Hue. HEX triplet: BD, 83 and AE. RGB value is (189,131,174). Sum of RGB (Red+Green+Blue) = 189+131+174=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 189 - color contains mainly: red. Hex color #BD83AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD83AE is #427C51. Grayscale: #999999. Windows color (decimal): -4357202 or 11436989. OLE color: 11436989.

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

Color convert

RGB189131174-
CMYK00.310.080.26
HSL315.52º30.53%62.75%-
HSV(B)315.52º30.69%74.12%-
XYZ36.7430.1143.92-
YUV153.24139.72153.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 131 (51.56% from 255) = 26.52%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=38.26%
G=26.52%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913117400.310.080.26315.5230.5362.75
HexBD83AE01F81A13c1f3f
Octal27520325603710324743777
Binary10111101100000111010111001111110001101010011110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD83AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD83AE; }

 p { color: rgb(189,131,174); }

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

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

 a { background-color: rgb(189,131,174); }

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

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

 span { border-color: rgb(189,131,174); }

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