#BD85BE

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

Shades of London Hue #BD85BE

Tints of London Hue #BD85BE

Color information

#BD85BE (or 0xBD85BE) is unknown color: approx London Hue. HEX triplet: BD, 85 and BE. RGB value is (189,133,190). Sum of RGB (Red+Green+Blue) = 189+133+190=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD85BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD85BE is #427A41. Grayscale: #9C9C9C. Windows color (decimal): -4356674 or 12486077. OLE color: 12486077.

HSL color Cylindrical-coordinate representation of color #BD85BE: hue angle of 298.95º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD85BE is Cyan = 0.01, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189133190-
CMYK0.010.300.25
HSL298.95º30.48%63.33%-
HSV(B)298.95º30%74.51%-
XYZ38.6731.3152.72-
YUV156.24147.05151.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=36.91%
G=25.98%
B=37.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891331900.010.300.25298.9530.4863.33
HexBD85BE11E01912b1e3f
Octal2752052761360314533677
Binary10111101100001011011111011111001100110010101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD85BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD85BE; }

 p { color: rgb(189,133,190); }

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

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

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

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

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

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

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