#BD8EB7

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

Shades of London Hue #BD8EB7

Tints of London Hue #BD8EB7

Color information

#BD8EB7 (or 0xBD8EB7) is unknown color: approx London Hue. HEX triplet: BD, 8E and B7. RGB value is (189,142,183). Sum of RGB (Red+Green+Blue) = 189+142+183=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8EB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8EB7 is #427148. Grayscale: #A0A0A0. Windows color (decimal): -4354377 or 12029629. OLE color: 12029629.

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

Color convert

RGB189142183-
CMYK00.250.030.26
HSL307.66º26.26%64.9%-
HSV(B)307.66º24.87%74.12%-
XYZ39.2133.5849.22-
YUV160.73140.57148.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.77%
GREEN value IS 142 (55.86% from 255) = 27.63%
BLUE value IS 183 (71.88% from 255) = 35.60%
R=36.77%
G=27.63%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914218300.250.030.26307.6626.2664.9
HexBD8EB701931A1341a41
Octal27521626703133246432101
Binary1011110110001110101101110110011111010100110100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8EB7; }

 p { color: rgb(189,142,183); }

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

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

 a { background-color: rgb(189,142,183); }

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

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

 span { border-color: rgb(189,142,183); }

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