#BD8CB0

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

Shades of London Hue #BD8CB0

Tints of London Hue #BD8CB0

Color information

#BD8CB0 (or 0xBD8CB0) is unknown color: approx London Hue. HEX triplet: BD, 8C and B0. RGB value is (189,140,176). Sum of RGB (Red+Green+Blue) = 189+140+176=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8CB0 is #42734F. Grayscale: #9E9E9E. Windows color (decimal): -4354896 or 11570365. OLE color: 11570365.

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

Color convert

RGB189140176-
CMYK00.260.070.26
HSL315.92º27.07%64.51%-
HSV(B)315.92º25.93%74.12%-
XYZ38.232.7145.37-
YUV158.75137.73149.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 140 (55.08% from 255) = 27.72%
BLUE value IS 176 (69.14% from 255) = 34.85%
R=37.43%
G=27.72%
B=34.85%

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
Decimal18914017600.260.070.26315.9227.0764.51
HexBD8CB001A71A13c1b41
Octal27521426003273247433101
Binary10111101100011001011000001101011111010100111100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8CB0; }

 p { color: rgb(189,140,176); }

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

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

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

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

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

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

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