#BD93B6

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

Shades of London Hue #BD93B6

Tints of London Hue #BD93B6

Color information

#BD93B6 (or 0xBD93B6) is unknown color: approx London Hue. HEX triplet: BD, 93 and B6. RGB value is (189,147,182). Sum of RGB (Red+Green+Blue) = 189+147+182=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BD93B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93B6 is #426C49. Grayscale: #A3A3A3. Windows color (decimal): -4353098 or 11965373. OLE color: 11965373.

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

Color convert

RGB189147182-
CMYK00.220.040.26
HSL310º24.14%65.88%-
HSV(B)310º22.22%74.12%-
XYZ39.8635.0648.92-
YUV163.55138.41146.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.49%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 182 (71.48% from 255) = 35.14%
R=36.49%
G=28.38%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914718200.220.040.2631024.1465.88
HexBD93B601641A1361842
Octal27522326602643246630102
Binary10111101100100111011011001011010011010100110110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD93B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD93B6; }

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

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

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

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

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

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

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

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