#BD8EB9

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

Shades of London Hue #BD8EB9

Tints of London Hue #BD8EB9

Color information

#BD8EB9 (or 0xBD8EB9) is unknown color: approx London Hue. HEX triplet: BD, 8E and B9. RGB value is (189,142,185). Sum of RGB (Red+Green+Blue) = 189+142+185=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8EB9 is #427146. Grayscale: #A0A0A0. Windows color (decimal): -4354375 or 12160701. OLE color: 12160701.

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

Color convert

RGB189142185-
CMYK00.250.020.26
HSL305.11º26.26%64.9%-
HSV(B)305.11º24.87%74.12%-
XYZ39.4233.6750.32-
YUV160.96141.57148-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 142 (55.86% from 255) = 27.52%
BLUE value IS 185 (72.66% from 255) = 35.85%
R=36.63%
G=27.52%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914218500.250.020.26305.1126.2664.9
HexBD8EB901921A1311a41
Octal27521627103123246132101
Binary1011110110001110101110010110011011010100110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8EB9; }

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

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

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

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

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

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

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

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