#BD93B9

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

Shades of London Hue #BD93B9

Tints of London Hue #BD93B9

Color information

#BD93B9 (or 0xBD93B9) is unknown color: approx London Hue. HEX triplet: BD, 93 and B9. RGB value is (189,147,185). Sum of RGB (Red+Green+Blue) = 189+147+185=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BD93B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93B9 is #426C46. Grayscale: #A3A3A3. Windows color (decimal): -4353095 or 12161981. OLE color: 12161981.

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

Color convert

RGB189147185-
CMYK00.220.020.26
HSL305.71º24.14%65.88%-
HSV(B)305.71º22.22%74.12%-
XYZ40.1835.1950.57-
YUV163.89139.91145.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 147 (57.81% from 255) = 28.21%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=36.28%
G=28.21%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914718500.220.020.26305.7124.1465.88
HexBD93B901621A1321842
Octal27522327102623246230102
Binary1011110110010011101110010101101011010100110010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93B9; }

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

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

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

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

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

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

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

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