#BD8FBC

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

Shades of London Hue #BD8FBC

Tints of London Hue #BD8FBC

Color information

#BD8FBC (or 0xBD8FBC) is unknown color: approx London Hue. HEX triplet: BD, 8F and BC. RGB value is (189,143,188). Sum of RGB (Red+Green+Blue) = 189+143+188=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FBC is #427043. Grayscale: #A1A1A1. Windows color (decimal): -4354116 or 12357565. OLE color: 12357565.

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

Color convert

RGB189143188-
CMYK00.240.010.26
HSL301.3º25.84%65.1%-
HSV(B)301.3º24.34%74.12%-
XYZ39.8934.0952.06-
YUV161.88142.74147.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 188 (73.83% from 255) = 36.15%
R=36.35%
G=27.5%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914318800.240.010.26301.325.8465.1
HexBD8FBC01811A12d1a41
Octal27521727403013245532101
Binary101111011000111110111100011000111010100101101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8FBC; }

 p { color: rgb(189,143,188); }

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

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

 a { background-color: rgb(189,143,188); }

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

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

 span { border-color: rgb(189,143,188); }

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