#BD93B7

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

Shades of London Hue #BD93B7

Tints of London Hue #BD93B7

Color information

#BD93B7 (or 0xBD93B7) is unknown color: approx London Hue. HEX triplet: BD, 93 and B7. RGB value is (189,147,183). Sum of RGB (Red+Green+Blue) = 189+147+183=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BD93B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93B7 is #426C48. Grayscale: #A3A3A3. Windows color (decimal): -4353097 or 12030909. OLE color: 12030909.

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

Color convert

RGB189147183-
CMYK00.220.030.26
HSL308.57º24.14%65.88%-
HSV(B)308.57º22.22%74.12%-
XYZ39.9735.1149.47-
YUV163.66138.91146.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 147 (57.81% from 255) = 28.32%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=36.42%
G=28.32%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914718300.220.030.26308.5724.1465.88
HexBD93B701631A1351842
Octal27522326702633246530102
Binary1011110110010011101101110101101111010100110101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93B7; }

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

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

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

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

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

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

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

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