#BD9CB9

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

Shades of London Hue #BD9CB9

Tints of London Hue #BD9CB9

Color information

#BD9CB9 (or 0xBD9CB9) is unknown color: approx London Hue. HEX triplet: BD, 9C and B9. RGB value is (189,156,185). Sum of RGB (Red+Green+Blue) = 189+156+185=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 185 (72.66% from 255 or 34.91% from 530); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9CB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CB9 is #426346. Grayscale: #A9A9A9. Windows color (decimal): -4350791 or 12164285. OLE color: 12164285.

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

Color convert

RGB189156185-
CMYK00.170.020.26
HSL307.27º20%67.65%-
HSV(B)307.27º17.46%74.12%-
XYZ41.6338.151.06-
YUV169.17136.93142.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 156 (61.33% from 255) = 29.43%
BLUE value IS 185 (72.66% from 255) = 34.91%
R=35.66%
G=29.43%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915618500.170.020.26307.272067.65
HexBD9CB901121A1331444
Octal27523427102123246324104
Binary1011110110011100101110010100011011010100110011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9CB9; }

 p { color: rgb(189,156,185); }

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

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

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

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

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

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

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