#BD8BBD

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

Shades of London Hue #BD8BBD

Tints of London Hue #BD8BBD

Color information

#BD8BBD (or 0xBD8BBD) is unknown color: approx London Hue. HEX triplet: BD, 8B and BD. RGB value is (189,139,189). Sum of RGB (Red+Green+Blue) = 189+139+189=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD8BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8BBD is #427442. Grayscale: #9F9F9F. Windows color (decimal): -4355139 or 12422077. OLE color: 12422077.

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

Color convert

RGB189139189-
CMYK00.2600.26
HSL300º27.47%64.31%-
HSV(B)300º26.46%74.12%-
XYZ39.432.9652.43-
YUV159.65144.56148.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.56%
GREEN value IS 139 (54.69% from 255) = 26.89%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=36.56%
G=26.89%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913918900.2600.2630027.4764.31
HexBD8BBD01A01A12c1b40
Octal27521327503203245433100
Binary101111011000101110111101011010011010100101100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8BBD; }

 p { color: rgb(189,139,189); }

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

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

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

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

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

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

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