#BD83AB

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

Shades of London Hue #BD83AB

Tints of London Hue #BD83AB

Color information

#BD83AB (or 0xBD83AB) is unknown color: approx London Hue. HEX triplet: BD, 83 and AB. RGB value is (189,131,171). Sum of RGB (Red+Green+Blue) = 189+131+171=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 189 - color contains mainly: red. Hex color #BD83AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD83AB is #427C54. Grayscale: #989898. Windows color (decimal): -4357205 or 11240381. OLE color: 11240381.

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

Color convert

RGB189131171-
CMYK00.310.100.26
HSL318.62º30.53%62.75%-
HSV(B)318.62º30.69%74.12%-
XYZ36.4529.9942.4-
YUV152.9138.22153.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=38.49%
G=26.68%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913117100.310.100.26318.6230.5362.75
HexBD83AB01FA1A13f1f3f
Octal27520325303712324773777
Binary10111101100000111010101101111110101101010011111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD83AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD83AB; }

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

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

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

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

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

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

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

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