#BD8BAF

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

Shades of London Hue #BD8BAF

Tints of London Hue #BD8BAF

Color information

#BD8BAF (or 0xBD8BAF) is unknown color: approx London Hue. HEX triplet: BD, 8B and AF. RGB value is (189,139,175). Sum of RGB (Red+Green+Blue) = 189+139+175=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8BAF is #427450. Grayscale: #9D9D9D. Windows color (decimal): -4355153 or 11504573. OLE color: 11504573.

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

Color convert

RGB189139175-
CMYK00.260.070.26
HSL316.8º27.47%64.31%-
HSV(B)316.8º26.46%74.12%-
XYZ37.9632.3844.81-
YUV158.05137.56150.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 139 (54.69% from 255) = 27.63%
BLUE value IS 175 (68.75% from 255) = 34.79%
R=37.57%
G=27.63%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913917500.260.070.26316.827.4764.31
HexBD8BAF01A71A13d1b40
Octal27521325703273247533100
Binary10111101100010111010111101101011111010100111101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8BAF; }

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

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

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

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

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

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

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

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