#BC7DBD

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

Shades of London Hue #BC7DBD

Tints of London Hue #BC7DBD

Color information

#BC7DBD (or 0xBC7DBD) is unknown color: approx London Hue. HEX triplet: BC, 7D and BD. RGB value is (188,125,189). Sum of RGB (Red+Green+Blue) = 188+125+189=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC7DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DBD is #438242. Grayscale: #969696. Windows color (decimal): -4424259 or 12418492. OLE color: 12418492.

HSL color Cylindrical-coordinate representation of color #BC7DBD: hue angle of 299.06º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC7DBD is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188125189-
CMYK0.010.3400.26
HSL299.06º32.65%61.57%-
HSV(B)299.06º33.86%74.12%-
XYZ37.2629.0351.78-
YUV151.13149.37154.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 189 (74.22% from 255) = 37.65%
R=37.45%
G=24.90%
B=37.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881251890.010.3400.26299.0632.6561.57
HexBC7DBD12201A12b213e
Octal2741752751420324534176
Binary101111001111101101111011100010011010100101011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7DBD; }

 p { color: rgb(188,125,189); }

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

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

 a { background-color: rgb(188,125,189); }

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

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

 span { border-color: rgb(188,125,189); }

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